Skip to content

Commit cf453e2

Browse files
authored
SBT & Maven Central release update (#3576)
1 parent 272b49f commit cf453e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
env:
6262
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
6363
PGP_SECRET: ${{ secrets.PGP_SECRET }}
64-
SONATYPE_PASSWORD: ${{ secrets.TO_PW }}
65-
SONATYPE_USERNAME: ${{ secrets.TO_UN }}
64+
SONATYPE_PASSWORD: ${{ secrets.TO_PW_C }}
65+
SONATYPE_USERNAME: ${{ secrets.TO_UN_C }}
6666
if: ${{ env.SONATYPE_PASSWORD != '' && env.SONATYPE_USERNAME != '' }}

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.11
1+
sbt.version=1.11.2

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
1111
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")
1212
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1" )
13-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
13+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
1414
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"

0 commit comments

Comments
 (0)