Skip to content

Commit

Permalink
Merge pull request #44 from toolisticon/dependabot/maven/kotlin.versi…
Browse files Browse the repository at this point in the history
…on-1.9.23

Bump kotlin.version from 1.9.22 to 1.9.23
  • Loading branch information
jangalinski committed Mar 14, 2024
2 parents 0e49f6c + 899aca1 commit 807f1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<kp.compile.useIncrementalKotlinCompiler>false</kp.compile.useIncrementalKotlinCompiler>

<!-- LANGUAGE VERSIONS -->
<kotlin.version>1.9.22</kotlin.version>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.compiler.languageVersion>1.9</kotlin.compiler.languageVersion>
<kotlin.compiler.apiVersion>1.9</kotlin.compiler.apiVersion>
<kotlin.compiler.incremental>${kp.compile.useIncrementalKotlinCompiler}</kotlin.compiler.incremental>
Expand Down

0 comments on commit 807f1ba

Please sign in to comment.