Skip to content

Commit

Permalink
Bump dependency and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Apr 29, 2022
1 parent 0cee94d commit f78694e
Show file tree
Hide file tree
Showing 5 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 @@ -18,7 +18,7 @@ allprojects {
}
subprojects {
group = "com.github.cs125-illinois.jeed"
version = "2022.4.0"
version = "2022.4.1"
tasks.withType<Test> {
useJUnitPlatform()
enableAssertions = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.4.0
version=2022.4.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.4.0
version=2022.4.1
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.4.0
version=2022.4.1

0 comments on commit f78694e

Please sign in to comment.