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 694b372 commit e1a2a51Copy full SHA for e1a2a51
README.md
@@ -10,7 +10,7 @@ This can be added to a [Kotlin Advent of Code template repository](https://githu
10
11
```kts
12
dependencies {
13
- implementation("com.github.jsoberg:Kotlin-AoC-Utilities:2024.1")
+ implementation("com.github.jsoberg:Kotlin-AoC-Utilities:2024.2")
14
}
15
```
16
buildSrc/src/main/kotlin/Publishing.kt
@@ -1,5 +1,5 @@
1
object Publishing {
2
const val ArtifactId = "kotlin-aoc-utilities"
3
const val GroupId = "com.github.jsoberg"
4
- const val Version = "2024.1"
+ const val Version = "2024.2"
5
0 commit comments