Skip to content

Commit db5b6b1

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------- | ------ | ----- | | gradle-version | gradle | 8.1.1 | 8.2.1 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.1 | 0.7.2 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.8.22 | 1.9.0 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.22 | 1.9.0 |
1 parent 8e7149f commit db5b6b1

File tree

5 files changed

+36
-17
lines changed

5 files changed

+36
-17
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
2-
kotlin = "1.8.22"
2+
kotlin = "1.9.0"
33
arrow = "1.2.0-RC"
44
arrow-config = "0.11.0"
55
dokka = "1.8.20"
66
kotest = "5.6.2"
77
kotest-arrow = "1.3.3"
8-
kover = "0.7.1"
8+
kover = "0.7.2"
99
kotlinBinaryCompatibilityValidator = "0.13.2"
1010
knit = "0.4.0"
1111
spotless = "6.19.0"

gradle/wrapper/gradle-wrapper.jar

3.47 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 22 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)