Skip to content

Commit

Permalink
Merge pull request #798 from walt-id/dependabot/gradle/kotlinVersion-…
Browse files Browse the repository at this point in the history
…2.0.21

build(deps): bump kotlinVersion from 2.0.20 to 2.0.21
  • Loading branch information
waltkb authored Oct 16, 2024
2 parents 5f1c164 + b133cbd commit 7c33471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
}

plugins {
val kotlinVersion = "2.0.20"
val kotlinVersion = "2.0.21"
kotlin("multiplatform") version kotlinVersion apply false
kotlin("jvm") version kotlinVersion
kotlin("plugin.power-assert") version kotlinVersion apply false
Expand Down

0 comments on commit 7c33471

Please sign in to comment.