Skip to content

Commit

Permalink
Merge pull request #59 from mpe85/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update kotlin monorepo to v2.0.21
  • Loading branch information
mpe85 authored Oct 10, 2024
2 parents 4f04c12 + 616cb5d commit 2e81157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies {
implementation("net.bytebuddy:byte-buddy:1.15.4")
implementation("org.greenrobot:eventbus-java:3.3.1")
implementation("com.ibm.icu:icu4j:75.1")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.20")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.20")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
testImplementation("io.kotest:kotest-property:5.9.1")
Expand Down

0 comments on commit 2e81157

Please sign in to comment.