Skip to content

Commit 7cd652b

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------- | -------- | ------ | | gradle-version | gradle | 8.1.1 | 8.3 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 6.19.0 | 6.21.0 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.1 | 0.7.3 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.6.2 | 5.7.0 | | maven | io.kotest:kotest-runner-junit5 | 5.6.2 | 5.7.0 | | maven | io.kotest:kotest-framework-datatest | 5.6.2 | 5.7.0 | | maven | io.kotest:kotest-property | 5.6.2 | 5.7.0 | | maven | io.kotest:kotest-framework-engine | 5.6.2 | 5.7.0 | | maven | io.kotest:kotest-assertions-core | 5.6.2 | 5.7.0 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.8.20 | 1.9.0 | | maven | io.arrow-kt:arrow-core | 1.2.0-RC | 1.2.0 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.8.22 | 1.9.10 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.22 | 1.9.10 |
1 parent 8e7149f commit 7cd652b

File tree

5 files changed

+41
-21
lines changed

5 files changed

+41
-21
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
2-
kotlin = "1.8.22"
3-
arrow = "1.2.0-RC"
2+
kotlin = "1.9.10"
3+
arrow = "1.2.0"
44
arrow-config = "0.11.0"
5-
dokka = "1.8.20"
6-
kotest = "5.6.2"
5+
dokka = "1.9.0"
6+
kotest = "5.7.0"
77
kotest-arrow = "1.3.3"
8-
kover = "0.7.1"
8+
kover = "0.7.3"
99
kotlinBinaryCompatibilityValidator = "0.13.2"
1010
knit = "0.4.0"
11-
spotless = "6.19.0"
11+
spotless = "6.21.0"
1212

1313
[libraries]
1414
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib" }

gradle/wrapper/gradle-wrapper.jar

3.81 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.3-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 23 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)