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 e9bbe3b commit cce7d98Copy full SHA for cce7d98
buildSrc/src/main/kotlin/Publishing.kt
@@ -1,5 +1,5 @@
1
object Publishing {
2
- const val ArtifactId = "Kotlin-AoC-Utilities"
+ const val ArtifactId = "kotlin-aoc-utilities"
3
const val GroupId = "com.github.jsoberg"
4
- const val Version = "2025.3"
+ const val Version = "2025.3.1"
5
}
0 commit comments