Skip to content

Commit

Permalink
Deps: 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 11, 2024
1 parent d35a939 commit c4d2a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ idea {

dependencies {
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0'
testImplementation 'org.jetbrains.kotlin:kotlin-test:2.0.20'
testImplementation 'org.jetbrains.kotlin:kotlin-test:2.0.21'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

embed 'org.jetbrains.kotlin:kotlin-stdlib:2.0.20'
embed 'org.jetbrains.kotlin:kotlin-stdlib:2.0.21'
embed fileTree('libs')
}

Expand Down

0 comments on commit c4d2a06

Please sign in to comment.