Skip to content

Commit

Permalink
Update libcs1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Oct 30, 2022
1 parent 0df9b41 commit 59959cb
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.10.7"
version = "2022.10.8"
tasks.withType<Test> {
useJUnitPlatform()
enableAssertions = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.10.7
version=2022.10.8
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.10.7
version=2022.10.8
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation("com.uchuhimo:konf-core:1.1.2")
implementation("com.uchuhimo:konf-yaml:1.1.2")
implementation("io.github.microutils:kotlin-logging:3.0.3")
implementation("com.github.cs125-illinois:libcs1:2022.9.1")
implementation("com.github.cs125-illinois:libcs1:2022.10.0")
implementation("com.beyondgrader.resource-agent:agent:2022.9.3")
implementation("com.beyondgrader.resource-agent:jeedplugin:2022.9.3")

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.10.7
version=2022.10.8

0 comments on commit 59959cb

Please sign in to comment.