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

Commit

Permalink
Bump libcs1 again.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Oct 30, 2021
1 parent 665ad51 commit 7909d5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}
subprojects {
group = "com.github.cs125-illinois.questioner"
version = "2021.10.12"
version = "2021.10.13"
tasks.withType<KotlinCompile> {
val javaVersion = JavaVersion.VERSION_16.toString()
sourceCompatibility = javaVersion
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
api("com.github.cs125-illinois:jenisol:2021.10.4")
api("io.kotest:kotest-runner-junit5:4.6.3")
api("com.google.truth:truth:1.1.3")
api("com.github.cs125-illinois:libcs1:2021.10.1")
api("com.github.cs125-illinois:libcs1:2021.10.2")
}
tasks {
val sourcesJar by creating(Jar::class) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2021.10.12
version=2021.10.13

0 comments on commit 7909d5f

Please sign in to comment.