We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452fbce commit 0e18502Copy full SHA for 0e18502
1 file changed
gradle/libs.versions.toml
@@ -3,7 +3,6 @@ kotlin = "2.0.20"
3
compose-plugin = "1.7.1"
4
jogl = "2.5.0"
5
jupiter = "5.12.0"
6
-versions = "0.52.0"
7
8
[libraries]
9
jogl = { module = "org.jogamp.jogl:jogl-all-main", version.ref = "jogl" }
@@ -38,4 +37,4 @@ compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "
38
37
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
39
download = { id = "de.undercouch.download", version = "5.6.0" }
40
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
41
-versions = { id = "com.github.ben-manes.versions", version.ref = "versions" }
+versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }
0 commit comments