From 75b352312b2dfe6bff03b32ec278dbfe6d9ceedf Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Sun, 13 Jun 2021 16:27:40 -0500 Subject: [PATCH] Update Jenisol dependency. --- build.gradle.kts | 2 +- lib/build.gradle.kts | 2 +- plugin/build.gradle.kts | 4 ++-- .../resources/edu.illinois.cs.cs125.questioner.server.version | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 66b4545..954ccd3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 { diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 1560e4f..3b75476 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -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") diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index a137a61..93f3595 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -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") diff --git a/server/src/main/resources/edu.illinois.cs.cs125.questioner.server.version b/server/src/main/resources/edu.illinois.cs.cs125.questioner.server.version index 86f3800..c001f19 100644 --- a/server/src/main/resources/edu.illinois.cs.cs125.questioner.server.version +++ b/server/src/main/resources/edu.illinois.cs.cs125.questioner.server.version @@ -1 +1 @@ -version=2021.6.1 \ No newline at end of file +version=2021.6.4 \ No newline at end of file