Skip to content

Commit

Permalink
Merge pull request #36 from mpe85/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update kotlin monorepo to v2.0.10
  • Loading branch information
mpe85 authored Aug 6, 2024
2 parents a996268 + 2a79b4e commit 37f4e2f
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.14.18")
implementation("org.greenrobot:eventbus-java:3.3.1")
implementation("com.ibm.icu:icu4j:75.1")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.10")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.10")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
testImplementation("io.kotest:kotest-property:5.9.1")
Expand Down

0 comments on commit 37f4e2f

Please sign in to comment.