Skip to content

Commit

Permalink
upgrade kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Nov 30, 2024
1 parent 6ef971e commit 53bf32b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .idea/kotlinc.xml

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

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

val coroutines = version("coroutines", "1.9.0")
library("kotlinx-coroutines", "org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8").versionRef(coroutines)
Expand All @@ -22,7 +22,7 @@ dependencyResolutionManagement {
library("slf4j-api", "org.slf4j", "slf4j-api").versionRef(slf4j)
library("slf4j-jul", "org.slf4j", "jul-to-slf4j").versionRef(slf4j)

val jackson = version("jackson", "2.17.2")
val jackson = version("jackson", "2.18.2")
library("jackson-jsr310", "com.fasterxml.jackson.datatype", "jackson-datatype-jsr310").versionRef(jackson)
library("jackson-kotlin", "com.fasterxml.jackson.module", "jackson-module-kotlin").versionRef(jackson)

Expand Down

0 comments on commit 53bf32b

Please sign in to comment.