Skip to content

Commit

Permalink
Bump kotlin from 2.0.21 to 2.1.0 (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vooft <[email protected]>
  • Loading branch information
dependabot[bot] and vooft authored Dec 13, 2024
1 parent 7b9c7df commit 9b0a538
Show file tree
Hide file tree
Showing 3 changed files with 346 additions and 293 deletions.
5 changes: 2 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[versions]
#kotlin = "2.0.0-RC3"
kotlin = "2.0.21" # downgrade to make it work with mokkery
kotlin = "2.1.0"
kotest = "5.9.1"
kotlinx-benchmark = "0.4.13"

Expand All @@ -26,6 +25,6 @@ kotlin-allopen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "ko
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.7" }
kotest-multiplatform = { id = "io.kotest.multiplatform", version.ref = "kotest" }
kotlinx-benchmark = { id = "org.jetbrains.kotlinx.benchmark", version.ref = "kotlinx-benchmark" }
mokkery = { id = "dev.mokkery", version = "2.5.1" }
mokkery = { id = "dev.mokkery", version = "2.6.0" }
maven-central-publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed May 08 09:58:19 GET 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 9b0a538

Please sign in to comment.