Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Oct 30, 2022
1 parent 3a36e49 commit 61e802d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.10.1"
version = "2022.10.2"

plugins {
kotlin("jvm") version "1.7.20"
Expand All @@ -15,7 +15,7 @@ plugins {
checkstyle
id("com.github.sherter.google-java-format") version "0.9"

id("com.github.ben-manes.versions") version "0.42.0"
id("com.github.ben-manes.versions") version "0.43.0"
id("io.gitlab.arturbosch.detekt") version "1.21.0"
}
repositories {
Expand All @@ -28,7 +28,7 @@ dependencies {
implementation("io.github.classgraph:classgraph:4.8.149")
implementation("io.github.kostaskougios:cloning:1.10.3")

testImplementation("io.kotest:kotest-runner-junit5:5.5.1")
testImplementation("io.kotest:kotest-runner-junit5:5.5.3")
testImplementation("org.slf4j:slf4j-simple:2.0.3")
}
tasks.withType<JavaCompile> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.10.1
version=2022.10.2

0 comments on commit 61e802d

Please sign in to comment.