Skip to content

Commit

Permalink
chore(deps): update kotlin monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 3, 2024
1 parent 2aaa833 commit 274fa65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jvm/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.configuration-cache=true
ver_JUNIT_USE=5.10.2
ver_JUNIT_PIONEER=2.2.0
ver_OKIO=3.9.0
ver_KOTLIN_TEST=1.9.24
ver_KOTLIN_TEST=2.0.0
ver_KOTLIN_SERIALIZATION=1.6.3
# Kotest 5.4.0 is the oldest that we support
ver_KOTEST=5.4.0
6 changes: 3 additions & 3 deletions jvm/undertest-junit5-kotest/harness/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ plugins {
// https://plugins.gradle.org/plugin/org.jetbrains.dokka
id 'org.jetbrains.dokka' version '1.9.20' apply false
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
id 'org.jetbrains.kotlin.jvm' version '1.9.24' apply false
id 'org.jetbrains.kotlin.jvm' version '2.0.0' apply false
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.24' apply false
id 'org.jetbrains.kotlin.plugin.serialization' version '2.0.0' apply false
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.multiplatform
id 'org.jetbrains.kotlin.multiplatform' version '1.9.24' apply false
id 'org.jetbrains.kotlin.multiplatform' version '2.0.0' apply false
// https://github.com/adamko-dev/dokkatoo/releases
id 'dev.adamko.dokkatoo-html' version '2.0.0' apply false
}
Expand Down

0 comments on commit 274fa65

Please sign in to comment.