Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                                                             | from   | to     |
| ----------- | ----------------------------------------------------------------------------------- | ------ | ------ |
| github-tags | actions/checkout                                                                    | v3.5.2 | v3.5.3 |
| maven       | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.21 | 1.8.22 |
| maven       | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                     | 1.8.21 | 1.8.22 |
| maven       | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                               | 1.8.10 | 1.8.20 |
  • Loading branch information
renovate[bot] committed Jun 9, 2023
1 parent 2918f2c commit 0036aab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
integrations-version: ${{ steps.get-integrations-version.outputs.integrations-version }}

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: macos-11

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- uses: actions/setup-java@v3.11.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions gradle/projects.libs.versions.toml
@@ -1,8 +1,8 @@
[versions]
arrow = "1.1.5"
dokka = "1.8.10"
dokka = "1.8.20"
arrowGradleConfig = "0.11.0"
kotlin = "1.8.21"
kotlin = "1.8.22"
kotest = "5.6.2"
kotlinBinaryCompatibilityValidator = "0.13.2"
detekt = "1.23.0"
Expand Down

0 comments on commit 0036aab

Please sign in to comment.