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

Update all dependencies #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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