Skip to content

Commit 5cab90f

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------- | ------------- | ------------ | | github-tags | actions/cache | v3.0.2 | v3.3.1 | | gradle-version | gradle | 7.4.2 | 7.6.2 | | maven | io.kotest:kotest-runner-junit5-jvm | 5.3.0 | 5.6.2 | | maven | io.kotest.extensions:kotest-property-arrow-optics | 1.3.0 | 1.3.3 | | maven | io.kotest.extensions:kotest-property-arrow | 1.3.0 | 1.3.3 | | maven | io.kotest.extensions:kotest-assertions-arrow | 1.3.0 | 1.3.3 | | maven | io.kotest:kotest-assertions-core | 5.5.4 | 5.6.2 | | maven | io.kotest:kotest-framework-engine | 5.5.4 | 5.6.2 | | maven | io.kotest:kotest-property | 5.5.4 | 5.6.2 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.6.4 | 1.7.2 | | maven | io.arrow-kt:arrow-fx-coroutines | 1.2.0-RC | 1.2.0 | | maven | io.arrow-kt:arrow-optics | 1.2.0-RC | 1.2.0 | | maven | io.arrow-kt:arrow-core | 1.2.0-RC | 1.2.0 | | maven | io.arrow-kt:arrow-optics-ksp-plugin | 1.2.0-RC | 1.2.0 | | maven | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 1.8.20-1.0.11 | 1.9.0-1.0.12 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.5.4 | 5.6.2 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.20 | 1.9.0 |
1 parent 44c909c commit 5cab90f

6 files changed

Lines changed: 34 additions & 20 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Restore Gradle cache
2424
id: cache
25-
uses: actions/cache@v3.0.2
25+
uses: actions/cache@v3.3.1
2626
with:
2727
path: |
2828
~/.gradle/caches

build.gradle.kts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
2-
kotlin("multiplatform") version "1.8.20" apply true
3-
id("io.kotest.multiplatform") version "5.5.4" apply true
4-
id("com.google.devtools.ksp") version "1.8.20-1.0.11"
2+
kotlin("multiplatform") version "1.9.0" apply true
3+
id("io.kotest.multiplatform") version "5.6.2" apply true
4+
id("com.google.devtools.ksp") version "1.9.0-1.0.12"
55
}
66

77
group "org.example"
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
// release candidate avoids a null pointer exception during optics generation
18-
val arrowVersion = "1.2.0-RC"
18+
val arrowVersion = "1.2.0"
1919
dependencies {
2020
add("kspCommonMainMetadata", "io.arrow-kt:arrow-optics-ksp-plugin:$arrowVersion")
2121
}
@@ -56,12 +56,12 @@ kotlin {
5656
implementation("io.arrow-kt:arrow-optics:$arrowVersion")
5757
implementation("io.arrow-kt:arrow-fx-coroutines:$arrowVersion")
5858
implementation("io.arrow-kt:arrow-optics:$arrowVersion")
59-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
59+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
6060
}
6161
}
6262

63-
val kotestVersion = "5.5.4"
64-
val kotestArrowVersion = "1.3.0"
63+
val kotestVersion = "5.6.2"
64+
val kotestArrowVersion = "1.3.3"
6565
commonTest {
6666
dependencies {
6767
implementation("io.kotest:kotest-property:$kotestVersion")
@@ -75,7 +75,7 @@ kotlin {
7575

7676
val jvmTest by getting {
7777
dependencies {
78-
implementation("io.kotest:kotest-runner-junit5-jvm:5.3.0")
78+
implementation("io.kotest:kotest-runner-junit5-jvm:5.6.2")
7979
}
8080
}
8181

gradle/wrapper/gradle-wrapper.jar

1.76 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip
4+
networkTimeout=10000
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

gradlew

Lines changed: 14 additions & 4 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)