Skip to content

Commit

Permalink
Bump kotlin from 1.8.20 to 1.8.21 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 25, 2023
1 parent ad86378 commit e9244f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
val kotlin = "1.8.20"
val kotlin = "1.8.21"
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin")
implementation("org.jetbrains.kotlin:kotlin-serialization:$kotlin")
implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.13.1")
Expand Down

0 comments on commit e9244f8

Please sign in to comment.