Skip to content

Commit

Permalink
#2067 - Upgrade compatibility profiles to latest Kotlin releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Nov 16, 2023
1 parent 537def4 commit b38f9fd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,16 @@
<profile>
<id>kotlin-next</id>
<properties>
<kotlin.version>1.8.20-Beta</kotlin.version>
<kotlinx-coroutines.version>1.6.4</kotlinx-coroutines.version>
<kotlin.version>1.9.20</kotlin.version>
<kotlinx-coroutines.version>1.7.3</kotlinx-coroutines.version>
</properties>
</profile>

<profile>
<id>kotlin-2-next</id>
<properties>
<kotlin.version>2.0.0-Beta1</kotlin.version>
<kotlinx-coroutines.version>1.7.3</kotlinx-coroutines.version>
</properties>
</profile>

Expand Down

0 comments on commit b38f9fd

Please sign in to comment.