Skip to content

Commit

Permalink
Use Kotlin 1.9.10 instead of 1.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Sep 8, 2023
1 parent 569f814 commit 5117bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ antlr-shadowed = "4.10.1.4"
grammar = "0.2"
java = "11"
junit = "5.8.2"
kotlin = "1.9.0"
kotlin = "1.9.10"
moshi = "1.14.0"
moshix = "0.19.0"
retrofit = "2.9.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluginManagement {
id("com.github.johnrengelman.shadow") version "7.1.2"
id("com.gradle.enterprise") version "3.10.2"
id("com.gradle.plugin-publish") version "1.1.0"
id("org.jetbrains.kotlin.jvm") version "1.9.0"
id("org.jetbrains.kotlin.jvm") version "1.9.10"
id("org.jetbrains.dokka") version "1.6.10"
}
}
Expand Down

0 comments on commit 5117bc0

Please sign in to comment.