Skip to content

Commit

Permalink
update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Oct 16, 2023
1 parent efc50bd commit bbcfed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.0"
kotlin("jvm") version "1.9.10"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {
const val serializationPlugin = "1.9.0"
const val serializationRuntime = "1.6.0-RC"
const val serializationRuntime = "1.6.0"
const val kotlinLint = "11.5.1"

// Testing
Expand Down

0 comments on commit bbcfed5

Please sign in to comment.