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 e2be296 commit 0c0ce03Copy full SHA for 0c0ce03
junit5-jupiter-starter-maven-kotlin/pom.xml
@@ -10,7 +10,7 @@
10
11
<properties>
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
- <kotlin.version>1.9.24</kotlin.version>
+ <kotlin.version>2.0.0</kotlin.version>
14
<maven.compiler.source>1.8</maven.compiler.source>
15
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
16
</properties>
0 commit comments