Skip to content

Commit eac552e

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------- | -------- | ------ | | gradle-version | gradle | 8.1.1 | 8.5 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 6.19.0 | 6.23.3 | | maven | org.jetbrains.kotlinx.knit:org.jetbrains.kotlinx.knit.gradle.plugin | 0.4.0 | 0.5.0 | | maven | org.jetbrains.kotlinx:kotlinx-knit-test | 0.4.0 | 0.5.0 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.1 | 0.7.5 | | maven | io.kotest.extensions:kotest-assertions-arrow | 1.3.3 | 1.4.0 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.6.2 | 5.8.0 | | maven | io.kotest:kotest-runner-junit5 | 5.6.2 | 5.8.0 | | maven | io.kotest:kotest-framework-datatest | 5.6.2 | 5.8.0 | | maven | io.kotest:kotest-property | 5.6.2 | 5.8.0 | | maven | io.kotest:kotest-framework-engine | 5.6.2 | 5.8.0 | | maven | io.kotest:kotest-assertions-core | 5.6.2 | 5.8.0 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.8.20 | 1.9.10 | | maven | io.arrow-kt:arrow-core | 1.2.0-RC | 1.2.1 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.8.22 | 1.9.21 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.22 | 1.9.21 |
1 parent 8e7149f commit eac552e

File tree

5 files changed

+48
-28
lines changed

5 files changed

+48
-28
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 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.21"
3+
arrow = "1.2.1"
44
arrow-config = "0.11.0"
5-
dokka = "1.8.20"
6-
kotest = "5.6.2"
7-
kotest-arrow = "1.3.3"
8-
kover = "0.7.1"
5+
dokka = "1.9.10"
6+
kotest = "5.8.0"
7+
kotest-arrow = "1.4.0"
8+
kover = "0.7.5"
99
kotlinBinaryCompatibilityValidator = "0.13.2"
10-
knit = "0.4.0"
11-
spotless = "6.19.0"
10+
knit = "0.5.0"
11+
spotless = "6.23.3"
1212

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

gradle/wrapper/gradle-wrapper.jar

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

gradlew

Lines changed: 28 additions & 13 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)