Skip to content

Commit a96da85

Browse files
committed
- add missing doc
1 parent f63d83a commit a96da85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484

8585
<properties>
8686
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
87-
<jdk.language.version>21</jdk.language.version>
88-
<kotlin.language.target>21</kotlin.language.target>
89-
<kotlin.version>2.0.0</kotlin.version>
87+
<jdk.language.version>22</jdk.language.version>
88+
<kotlin.language.target>22</kotlin.language.target>
89+
<kotlin.version>2.0.21</kotlin.version>
9090
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
9191

9292
<maven.compiler.source>${jdk.language.version}</maven.compiler.source>

0 commit comments

Comments
 (0)