Skip to content

Commit 0e18502

Browse files
authored
Gradle libs.versions.toml: inline "versions" version
1 parent 452fbce commit 0e18502

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ kotlin = "2.0.20"
33
compose-plugin = "1.7.1"
44
jogl = "2.5.0"
55
jupiter = "5.12.0"
6-
versions = "0.52.0"
76

87
[libraries]
98
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 = "
3837
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
3938
download = { id = "de.undercouch.download", version = "5.6.0" }
4039
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
41-
versions = { id = "com.github.ben-manes.versions", version.ref = "versions" }
40+
versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }

0 commit comments

Comments
 (0)