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 | crazy-max/ghaction-import-gpg                                   | v5     | v6    |
| maven       | io.github.gradle-nexus:publish-plugin                           | 1.3.0  | 2.0.0 |
| maven       | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.23 | 2.1.0 |
| maven       | org.jetbrains.kotlin:kotlin-scripting-jsr223-unshaded           | 1.9.23 | 2.1.0 |
| maven       | org.jetbrains.kotlin:kotlin-gradle-plugin                       | 1.9.23 | 2.1.0 |
| maven       | com.gradle.publish:plugin-publish-plugin                        | 0.21.0 | 1.3.0 |
| maven       | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin           | 1.9.20 | 2.0.0 |
| maven       | org.jetbrains.dokka:dokka-gradle-plugin                         | 1.9.20 | 2.0.0 |
| maven       | org.jetbrains.dokka:gfm-plugin                                  | 1.9.20 | 2.0.0 |
| maven       | org.jetbrains.dokka:dokka-base-test-utils                       | 1.9.20 | 2.0.0 |
| maven       | org.jetbrains.dokka:dokka-test-api                              | 1.9.20 | 2.0.0 |
| maven       | org.jetbrains.dokka:dokka-core                                  | 1.9.20 | 2.0.0 |
| maven       | org.jetbrains.dokka:dokka-base                                  | 1.9.20 | 2.0.0 |
| maven       | io.arrow-kt:arrow-fx-coroutines                                 | 1.2.4  | 2.0.0 |
| maven       | io.arrow-kt:arrow-core                                          | 1.2.4  | 2.0.0 |
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 97ba7b5 commit 22e103c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
arguments: build -x spotlessCheck --scan --stacktrace

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.SIGNING_KEY }}
passphrase: ${{ secrets.SIGNING_KEY_PASSPHRASE }}
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
android = "8.3.2"
arrow = "1.2.4"
arrow = "2.0.0"
arrowGradleConfig = "0.11.0"
coroutines = "1.8.0"
dokka = "1.9.20"
gradlePublish = "0.21.0"
dokka = "2.0.0"
gradlePublish = "1.3.0"
javierscSemverGradlePlugin = "0.5.1"
kotlin = "1.9.23"
nexusPublish = "1.3.0"
kotlin = "2.1.0"
nexusPublish = "2.0.0"
spotless = "6.25.0"

[libraries]
Expand Down

0 comments on commit 22e103c

Please sign in to comment.