From f78694e8bcb998738d3ebc64f55604697684dc2d Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Fri, 29 Apr 2022 13:08:13 -0500 Subject: [PATCH] Bump dependency and version. --- build.gradle.kts | 2 +- .../edu.illinois.cs.cs125.jeed.containerrunner.version | 2 +- core/src/main/resources/edu.illinois.cs.cs125.jeed.core.version | 2 +- server/build.gradle.kts | 2 +- .../main/resources/edu.illinois.cs.cs125.jeed.server.version | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9730588c..d794e688 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ allprojects { } subprojects { group = "com.github.cs125-illinois.jeed" - version = "2022.4.0" + version = "2022.4.1" tasks.withType { useJUnitPlatform() enableAssertions = true diff --git a/containerrunner/src/main/resources/edu.illinois.cs.cs125.jeed.containerrunner.version b/containerrunner/src/main/resources/edu.illinois.cs.cs125.jeed.containerrunner.version index f3e9b299..7d71b6e4 100644 --- a/containerrunner/src/main/resources/edu.illinois.cs.cs125.jeed.containerrunner.version +++ b/containerrunner/src/main/resources/edu.illinois.cs.cs125.jeed.containerrunner.version @@ -1 +1 @@ -version=2022.4.0 \ No newline at end of file +version=2022.4.1 \ No newline at end of file diff --git a/core/src/main/resources/edu.illinois.cs.cs125.jeed.core.version b/core/src/main/resources/edu.illinois.cs.cs125.jeed.core.version index f3e9b299..7d71b6e4 100644 --- a/core/src/main/resources/edu.illinois.cs.cs125.jeed.core.version +++ b/core/src/main/resources/edu.illinois.cs.cs125.jeed.core.version @@ -1 +1 @@ -version=2022.4.0 \ No newline at end of file +version=2022.4.1 \ No newline at end of file diff --git a/server/build.gradle.kts b/server/build.gradle.kts index a25760f1..5aedd9b5 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { implementation("com.uchuhimo:konf-core:1.1.2") implementation("com.uchuhimo:konf-yaml:1.1.2") implementation("io.github.microutils:kotlin-logging:2.1.21") - implementation("com.github.cs125-illinois:libcs1:2022.1.0") + implementation("com.github.cs125-illinois:libcs1:2022.4.0") testImplementation("io.kotest:kotest-runner-junit5:5.2.3") testImplementation("io.kotest:kotest-assertions-ktor:4.4.3") diff --git a/server/src/main/resources/edu.illinois.cs.cs125.jeed.server.version b/server/src/main/resources/edu.illinois.cs.cs125.jeed.server.version index f3e9b299..7d71b6e4 100644 --- a/server/src/main/resources/edu.illinois.cs.cs125.jeed.server.version +++ b/server/src/main/resources/edu.illinois.cs.cs125.jeed.server.version @@ -1 +1 @@ -version=2022.4.0 \ No newline at end of file +version=2022.4.1 \ No newline at end of file