Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit a05d3bb

Browse files
committed
Update all dependencies
| datasource | package | from | to | | -------------- | ------------------------------------------------------------------------------------------------- | ----- | ------ | | gradle-version | gradle | 7.3.3 | 7.4 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.4.4 | 0.5.0 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.0.3 | 5.1.0 | | maven | io.kotest:kotest-runner-junit5 | 5.0.3 | 5.1.0 | | maven | io.kotest:kotest-property | 5.0.3 | 5.1.0 | | maven | io.kotest:kotest-framework-engine | 5.0.3 | 5.1.0 | | maven | io.kotest:kotest-assertions-core | 5.0.3 | 5.1.0 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.6.0 | 1.6.10 | | maven | org.jetbrains.dokka:dokka-core | 1.6.0 | 1.6.10 | | maven | io.arrow-kt.arrow-gradle-config-nexus:io.arrow-kt.arrow-gradle-config-nexus.gradle.plugin | 0.6.0 | 0.10.0 | | maven | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin | 0.6.0 | 0.10.0 |
1 parent 5590f47 commit a05d3bb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22
arrow = "1.0.1"
3-
arrowGradleConfig = "0.6.0"
3+
arrowGradleConfig = "0.10.0"
44
coroutines = "1.6.0"
5-
dokka = "1.6.0"
6-
kotest = "5.0.3"
7-
kotestGradle = "5.0.3"
5+
dokka = "1.6.10"
6+
kotest = "5.1.0"
7+
kotestGradle = "5.1.0"
88
kotlin = "1.6.10"
99
kotlinBinaryCompatibilityValidator = "0.8.0"
1010
githooks = "0.0.2"
1111
knit = "0.3.0"
12-
kover = "0.4.4"
12+
kover = "0.5.0"
1313

1414
[libraries]
1515
arrow-core = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }

0 commit comments

Comments
 (0)