Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Sep 22, 2022
1 parent 21e9a08 commit 6d61019
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.Properties
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.cs125-illinois"
version = "2022.9.1"
version = "2022.9.2"

plugins {
kotlin("jvm") version "1.7.10"
Expand All @@ -29,7 +29,7 @@ dependencies {
implementation("io.github.kostaskougios:cloning:1.10.3")

testImplementation("io.kotest:kotest-runner-junit5:5.4.2")
testImplementation("org.slf4j:slf4j-simple:2.0.0")
testImplementation("org.slf4j:slf4j-simple:2.0.2")
}
tasks.withType<JavaCompile> {
options.compilerArgs.add("-parameters")
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.9.1
version=2022.9.2

0 comments on commit 6d61019

Please sign in to comment.