File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 != '' }}
Original file line number Diff line number Diff line change 1- sbt.version =1.10.11
1+ sbt.version =1.11.2
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.7" )
1111addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.2" )
1212addSbtPlugin(" 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 " )
1414libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.17"
You can’t perform that action at this time.
0 commit comments