Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit e04eaa4

Browse files
Update all dependencies
| datasource | package | from | to | | ----------- | ----------------------------------------------------------------------------------- | ------ | ------ | | github-tags | actions/checkout | v3.2.0 | v3.3.0 | | github-tags | actions/upload-artifact | v3.1.1 | v3.1.2 | | maven | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin | 3.12 | 3.12.3 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.7.22 | 1.8.10 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.5.4 | 5.5.5 | | maven | io.kotest:kotest-runner-junit5 | 5.5.4 | 5.5.5 | | maven | io.kotest:kotest-property | 5.5.4 | 5.5.5 | | maven | io.kotest:kotest-framework-engine | 5.5.4 | 5.5.5 | | maven | io.kotest:kotest-assertions-core | 5.5.4 | 5.5.5 | | maven | io.arrow-kt:arrow-fx-coroutines | 1.1.3 | 1.1.5 | | maven | io.arrow-kt:arrow-optics | 1.1.3 | 1.1.5 | | maven | io.arrow-kt:arrow-core | 1.1.3 | 1.1.5 |
1 parent 8bedfd5 commit e04eaa4

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3.2.0
21+
uses: actions/checkout@v3.3.0
2222
with:
2323
fetch-depth: 0
2424

@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Upload reports
4343
if: always()
44-
uses: actions/[email protected].1
44+
uses: actions/[email protected].2
4545
with:
4646
name: 'reports-${{ matrix.os }}'
4747
path: '**/build/reports/**'

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout the repo
33-
uses: actions/checkout@v3.2.0
33+
uses: actions/checkout@v3.3.0
3434
with:
3535
fetch-depth: 0
3636

@@ -52,7 +52,7 @@ jobs:
5252
arguments: build --scan --full-stacktrace
5353

5454
- name: Upload reports
55-
uses: actions/[email protected].1
55+
uses: actions/[email protected].2
5656
with:
5757
name: 'reports-${{ matrix.os }}'
5858
path: '**/build/reports/**'

libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
2-
arrow = "1.1.3"
2+
arrow = "1.1.5"
33
arrowGradleConfig = "0.11.0"
44
coroutines = "1.6.4"
55
dokka = "1.7.20"
6-
kotest = "5.5.4"
7-
kotest-plugin = "5.5.4"
8-
kotlin = "1.7.22"
6+
kotest = "5.5.5"
7+
kotest-plugin = "5.5.5"
8+
kotlin = "1.8.10"
99
kotlinBinaryCompatibilityValidator = "0.12.1"
1010
kover = "0.6.1"
1111
nexusPublish = "1.1.0"

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ enableFeaturePreview("VERSION_CATALOGS")
44
rootProject.name = "Saga"
55

66
plugins {
7-
id("com.gradle.enterprise") version "3.12"
7+
id("com.gradle.enterprise") version "3.12.3"
88
}
99

1010
dependencyResolutionManagement {

0 commit comments

Comments
 (0)