Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                       | from          | to            |
| -------------- | ------------------------------------------------------------- | ------------- | ------------- |
| gradle-version | gradle                                                        | 7.6.3         | 7.6.4         |
| maven          | io.arrow-kt:arrow-optics-ksp-plugin                           | 1.2.1         | 1.2.2         |
| maven          | io.arrow-kt:arrow-fx-coroutines                               | 1.2.1         | 1.2.2         |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                 | 1.7.3         | 1.8.0         |
| maven          | io.arrow-kt:arrow-optics                                      | 1.2.1         | 1.2.2         |
| maven          | io.arrow-kt:arrow-core                                        | 1.2.1         | 1.2.2         |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 1.9.22-1.0.16 | 1.9.22-1.0.17 |
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent c0bf411 commit bca21d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("jvm") version "1.9.22"
id("io.kotest.multiplatform") version "5.8.0"
id("com.google.devtools.ksp") version "1.9.22-1.0.16"
id("com.google.devtools.ksp") version "1.9.22-1.0.17"
}

group = "org.example"
Expand All @@ -20,11 +20,11 @@ repositories {

dependencies {
implementation(kotlin("stdlib"))
implementation("io.arrow-kt:arrow-core:1.2.1")
implementation("io.arrow-kt:arrow-optics:1.2.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("io.arrow-kt:arrow-fx-coroutines:1.2.1")
ksp("io.arrow-kt:arrow-optics-ksp-plugin:1.2.1")
implementation("io.arrow-kt:arrow-core:1.2.2")
implementation("io.arrow-kt:arrow-optics:1.2.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("io.arrow-kt:arrow-fx-coroutines:1.2.2")
ksp("io.arrow-kt:arrow-optics-ksp-plugin:1.2.2")

testImplementation("io.kotest:kotest-property:5.8.0")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit bca21d1

Please sign in to comment.