Skip to content

Commit

Permalink
bump Kotlin from 2.0.10 to 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Solntsev committed Sep 25, 2024
1 parent 66bb3a2 commit 86bc726
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ rootProject.name = "klite"
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("kotlin", "2.0.10")
version("kotlin", "2.0.20")

val coroutines = version("coroutines", "1.8.1")
val coroutines = version("coroutines", "1.9.0")
library("kotlinx-coroutines", "org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8").versionRef(coroutines)
library("kotlinx-coroutines-test", "org.jetbrains.kotlinx", "kotlinx-coroutines-test").versionRef(coroutines)
library("kotlinx-serialization-json", "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
library("kotlinx-datetime", "org.jetbrains.kotlinx:kotlinx-datetime:0.6.0")
library("kotlinx-serialization-json", "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
library("kotlinx-datetime", "org.jetbrains.kotlinx:kotlinx-datetime:0.6.1")

val junit5 = version("junit", "5.11.0")
library("junit", "org.junit.jupiter", "junit-jupiter").versionRef(junit5)
Expand Down

0 comments on commit 86bc726

Please sign in to comment.