Skip to content

Commit 2a1875d

Browse files
committed
Bump scala version
Update PGP key.
1 parent 7843aa5 commit 2a1875d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
echo 'EOF' >> $GITHUB_ENV
3030
echo 'SONA_USER=${{ secrets.SONA_USER }}' >> $GITHUB_ENV
3131
echo 'SONA_PASS=${{ secrets.SONA_PASS }}' >> $GITHUB_ENV
32+
echo 'PGP_PASSPHRASE=${{ secrets.PGP_PASSPHRASE }}' >> $GITHUB_ENV
3233
- name: Configure GPG Key
3334
run: |
3435
mkdir -p ~/.gnupg/

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lazy val rootProject = (project in file("."))
1212
Defaults.itSettings,
1313
IntegrationTest / dependencyClasspath := (IntegrationTest / dependencyClasspath).value ++ (Test / exportedProducts).value,
1414
name:= "psg-cardano-wallet-api",
15-
scalaVersion := "2.13.3",
15+
scalaVersion := "2.13.9",
1616
organization := "solutions.iog",
1717
homepage := Some(url("https://github.com/input-output-hk/psg-cardano-wallet-api")),
1818
scmInfo := Some(ScmInfo(url("https://github.com/input-output-hk/psg-cardano-wallet-api"), "scm:[email protected]:input-output-hk/psg-cardano-wallet-api.git")),
@@ -24,7 +24,7 @@ lazy val rootProject = (project in file("."))
2424
updateOptions := updateOptions.value.withGigahorse(false),
2525
licenses := Seq("APL2" -> url("https://www.apache.org/licenses/LICENSE-2.0.txt")),
2626
description := "A java/scala wrapper for the cardano wallet backend API",
27-
usePgpKeyHex("75E12F006A3F08C757EE8343927AE95EEEF4A02F"),
27+
usePgpKeyHex("F4ED23D42A612E27F11A6B5AF75482A04B0D9486"),
2828
isSnapshot := false,
2929
publishTo := Some {
3030
// publish to the sonatype repository

0 commit comments

Comments
 (0)