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

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                                                           | from  | to     |
| -------------- | ------------------------------------------------------------------------------------------------- | ----- | ------ |
| gradle-version | gradle                                                                                            | 7.3.3 | 7.4.1  |
| 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.2.1  |
| maven          | io.kotest:kotest-runner-junit5                                                                    | 5.0.3 | 5.2.1  |
| maven          | io.kotest:kotest-property                                                                         | 5.0.3 | 5.2.1  |
| maven          | io.kotest:kotest-framework-engine                                                                 | 5.0.3 | 5.2.1  |
| maven          | io.kotest:kotest-assertions-core                                                                  | 5.0.3 | 5.2.1  |
| 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 |
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent 5590f47 commit 24fa113
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
10 changes: 5 additions & 5 deletions libs.versions.toml
@@ -1,15 +1,15 @@
[versions]
arrow = "1.0.1"
arrowGradleConfig = "0.6.0"
arrowGradleConfig = "0.10.0"
coroutines = "1.6.0"
dokka = "1.6.0"
kotest = "5.0.3"
kotestGradle = "5.0.3"
dokka = "1.6.10"
kotest = "5.2.1"
kotestGradle = "5.2.1"
kotlin = "1.6.10"
kotlinBinaryCompatibilityValidator = "0.8.0"
githooks = "0.0.2"
knit = "0.3.0"
kover = "0.4.4"
kover = "0.5.0"

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

0 comments on commit 24fa113

Please sign in to comment.