Skip to content

Commit

Permalink
Update kotlin monorepo to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 3843b9f commit e895df7
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.1.0")
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.1.0"
id("org.jetbrains.kotlinx.benchmark") version "0.4.13"
}

Expand Down

0 comments on commit e895df7

Please sign in to comment.