Skip to content

Commit

Permalink
[kotlin] 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 10, 2024
1 parent 0e2a843 commit fd067a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
}
}

Expand All @@ -19,7 +19,7 @@ test {

dependencies {
testImplementation 'io.kotest:kotest-runner-junit5:5.9.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.20"
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.21"
}
repositories {
mavenCentral()
Expand Down

0 comments on commit fd067a1

Please sign in to comment.