Skip to content

Commit

Permalink
Bump Kotlin to 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 14, 2024
1 parent 17c526c commit cec27ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ javaPlatform {
allowDependencies()
}

val kotlinVersion = "1.9.10"
val kotlinVersion = "1.9.20"
val exposedVersion = "0.37.3"
val lsp4jVersion = "0.15.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kotlinVersion=1.9.10
kotlinVersion=1.9.20

0 comments on commit cec27ee

Please sign in to comment.