File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
gradle/build-logic/src/main/kotlin Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## 0.3.0-SNAPSHOT
3+ ## 0.3.0
4+
5+ _ [ Released 2025-11-19] ( https://github.com/Jadarma/advent-of-code-kotlin/releases/tag/v0.3.0 ) _
46
57- New minimum requirements: JDK 21, Kotlin ` 2.0 ` , and Kotest ` 6.0 ` .
68 Check the [ release notes] ( https://kotest.io/docs/release6 ) , and how to [ configure] ( project-extension.md ) the extension.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33<vars >
4- <var name =" aockt-version" value =" 0.3.0-SNAPSHOT " />
4+ <var name =" aockt-version" value =" 0.3.0" />
55 <var name =" kotest-version" value =" 6.0.5" />
66 <var name =" kotlin-version" value =" 2.2.21" />
77</vars >
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ object CompileOptions {
1111
1212 object AocKt {
1313 const val GROUP_ID : String = " io.github.jadarma.aockt"
14- const val CURRENT : String = " 0.2.1 " // Last released version.
15- const val NEXT : String = " 0.3 .0" // Current snapshot.
14+ const val CURRENT : String = " 0.3.0 " // Last released version.
15+ const val NEXT : String = " 0.4 .0" // Current snapshot.
1616 }
1717
1818 object Java {
You can’t perform that action at this time.
0 commit comments