Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Update Jenisol dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Jun 13, 2021
1 parent a86ee2e commit 75b3523
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm") version "1.5.10" apply false
kotlin("kapt") version "1.5.10" apply false
id("org.jmailen.kotlinter") version "3.4.4" apply false
id("org.jmailen.kotlinter") version "3.4.5" apply false
id("com.github.ben-manes.versions") version "0.39.0"
}
subprojects {
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("org.apache.commons:commons-text:1.9")

api("com.github.cs125-illinois.jeed:core:2021.6.0")
api("com.github.cs125-illinois:jenisol:2021.6.0")
api("com.github.cs125-illinois:jenisol:2021.6.1")
api("io.kotest:kotest-runner-junit5:4.6.0")
api("com.google.truth:truth:1.1.3")
api("com.github.cs125-illinois:libcs1:2021.5.7")
Expand Down
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies {
implementation(kotlin("reflect"))
implementation(gradleApi())
implementation(project(":lib"))
implementation("com.github.cs125-illinois.jeed:core:2021.5.8")
implementation("com.github.cs125-illinois:jenisol:2021.5.8")
implementation("com.github.cs125-illinois.jeed:core:2021.6.0")
implementation("com.github.cs125-illinois:jenisol:2021.6.1")
implementation("com.squareup.moshi:moshi:1.12.0")
implementation("org.jetbrains:markdown:0.2.4") {
exclude(module = "kotlin-runtime")
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2021.6.1
version=2021.6.4

0 comments on commit 75b3523

Please sign in to comment.