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

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Oct 11, 2022
1 parent a8135f4 commit f39360a
Show file tree
Hide file tree
Showing 6 changed files with 1,343 additions and 1,343 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 = "2022.10.2"
version = "2022.10.3"
tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
Expand Down
6 changes: 3 additions & 3 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies {
implementation("org.ow2.asm:asm:9.4")

api("com.beyondgrader.resource-agent:agent:2022.9.3")
api("com.github.cs125-illinois.jeed:core:2022.10.1")
api("com.github.cs125-illinois:jenisol:2022.10.0")
api("io.kotest:kotest-runner-junit5:5.4.2")
api("com.github.cs125-illinois.jeed:core:2022.10.2")
api("com.github.cs125-illinois:jenisol:2022.10.1")
api("io.kotest:kotest-runner-junit5:5.5.1")
api("com.google.truth:truth:1.1.3")
api("com.github.cs125-illinois:libcs1:2022.9.1")
}
Expand Down
Loading

0 comments on commit f39360a

Please sign in to comment.