Skip to content

Commit

Permalink
Update kotlin monorepo to v2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 6994190 commit 94668c4
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
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
//region Gradle Plugins
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.10")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
implementation("io.kotest:kotest-framework-multiplatform-plugin-gradle:5.9.1")
//endregion

Expand Down
2 changes: 1 addition & 1 deletion snake-kmp-benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform")
kotlin("plugin.allopen") version "2.0.10"
kotlin("plugin.allopen") version "2.0.21"
id("org.jetbrains.kotlinx.benchmark") version "0.4.12"
}

Expand Down

0 comments on commit 94668c4

Please sign in to comment.