Skip to content

Commit

Permalink
chore: bump kotlin to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Dec 5, 2024
1 parent 4b09c4f commit 30f7992
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mongodb-kotlin-co/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>

<!-- kotlin -->
<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<coroutines.version>1.7.2</coroutines.version>

Expand Down
2 changes: 1 addition & 1 deletion mongodb-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>

<!-- kotlin -->
<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

<!-- dependencies-->
Expand Down
2 changes: 1 addition & 1 deletion restclient-kotlin-co/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>

<!-- kotlin -->
<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

<!-- dependencies-->
Expand Down
2 changes: 1 addition & 1 deletion restclient-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>

<!-- kotlin -->
<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

<!-- dependencies-->
Expand Down
2 changes: 1 addition & 1 deletion resteasy-kotlin-co/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>

<!-- kotlin -->
<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<coroutines.version>1.9.0</coroutines.version>

Expand Down

0 comments on commit 30f7992

Please sign in to comment.