Skip to content

Commit

Permalink
Merge pull request #276 from jesperancinha/dependabot/maven/kotlin.ve…
Browse files Browse the repository at this point in the history
…rsion-2.0.0

Bump kotlin.version from 1.9.24 to 2.0.0
  • Loading branch information
jesperancinha committed May 21, 2024
2 parents aa1f530 + 30afaca commit 4ca22f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<mockk.version>1.13.11</mockk.version>
<kotest.version>5.8.0</kotest.version>

<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<kotlinx-coroutines.version>1.8.1</kotlinx-coroutines.version>
<kotlinx-coroutines-debug.version>1.8.1</kotlinx-coroutines-debug.version>

Expand Down
2 changes: 1 addition & 1 deletion video-series-mono/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Single control project to keep green as a checkup for Axon</description>

<properties>
<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 4ca22f1

Please sign in to comment.