We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cdba6 commit e9d9891Copy full SHA for e9d9891
gradle/libs.versions.toml
@@ -10,7 +10,7 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref =
10
kotest-runner = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
11
kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
12
kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest" }
13
-classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.180" }
+classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.181" }
14
jGraph = { module = "org.jgrapht:jgrapht-core", version = "1.5.2" }
15
common-cli = { module = "commons-cli:commons-cli", version = "1.9.0" }
16
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "jUnit" }
0 commit comments