We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ba7b5 commit 18c5857Copy full SHA for 18c5857
.github/workflows/publish.yaml
@@ -37,7 +37,7 @@ jobs:
37
arguments: build -x spotlessCheck --scan --stacktrace
38
39
- name: Import GPG key
40
- uses: crazy-max/ghaction-import-gpg@v5
+ uses: crazy-max/ghaction-import-gpg@v6
41
with:
42
gpg_private_key: ${{ secrets.SIGNING_KEY }}
43
passphrase: ${{ secrets.SIGNING_KEY_PASSPHRASE }}
gradle/libs.versions.toml
@@ -4,10 +4,10 @@ arrow = "1.2.4"
4
arrowGradleConfig = "0.11.0"
5
coroutines = "1.8.0"
6
dokka = "1.9.20"
7
-gradlePublish = "0.21.0"
+gradlePublish = "1.2.1"
8
javierscSemverGradlePlugin = "0.5.1"
9
-kotlin = "1.9.23"
10
-nexusPublish = "1.3.0"
+kotlin = "2.0.10"
+nexusPublish = "2.0.0"
11
spotless = "6.25.0"
12
13
[libraries]
0 commit comments