Skip to content

Commit 28e3660

Browse files
committed
Improve Version Catalog structure
1 parent fbf8547 commit 28e3660

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
ajalt-clikt = "5.0.3"
3+
dachlatten = "0.0.100"
34
kotlinx-io = "0.8.0"
45
pdvrieze-xmlutil = "0.91.2"
5-
dachlatten = "0.0.100"
66

77
[libraries]
8-
ajalt-clikt = { group = "com.github.ajalt.clikt", name = "clikt", version.ref = "ajalt-clikt" }
9-
dachlatten-io = { group = "de.sipgate", name = "dachlatten-io", version.ref = "dachlatten" }
10-
kotlinx-io-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-io-core", version.ref = "kotlinx-io" }
11-
pdvrieze-xmlutil-core = { group = "io.github.pdvrieze.xmlutil", name = "core", version.ref = "pdvrieze-xmlutil"}
12-
pdvrieze-xmlutil-serialization = { group = "io.github.pdvrieze.xmlutil", name = "serialization", version.ref = "pdvrieze-xmlutil"}
8+
ajalt-clikt = { module = "com.github.ajalt.clikt:clikt", version.ref = "ajalt-clikt" }
9+
dachlatten-io = { module = "de.sipgate:dachlatten-io", version.ref = "dachlatten" }
10+
kotlinx-io-core = { module = "org.jetbrains.kotlinx:kotlinx-io-core", version.ref = "kotlinx-io" }
11+
pdvrieze-xmlutil-core = { module = "io.github.pdvrieze.xmlutil:core", version.ref = "pdvrieze-xmlutil"}
12+
pdvrieze-xmlutil-serialization = { module = "io.github.pdvrieze.xmlutil:serialization", version.ref = "pdvrieze-xmlutil"}

0 commit comments

Comments
 (0)