Skip to content

Commit 4432d0b

Browse files
committed
upgrade ci plugin
1 parent 2bb33e7 commit 4432d0b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
strategy:
8080
matrix:
8181
os: [ubuntu-latest]
82-
scala: [2.13.11]
8382
java: [zulu@8]
8483
runs-on: ${{ matrix.os }}
8584
steps:
@@ -99,7 +98,7 @@ jobs:
9998

10099
- name: sbt update
101100
if: matrix.java == 'zulu@8' && steps.setup-java-zulu-8.outputs.cache-hit == 'false'
102-
run: sbt '++ ${{ matrix.scala }}' reload +update
101+
run: sbt reload +update
103102

104103
- name: Download target directories (2.11)
105104
uses: actions/download-artifact@v3
@@ -147,4 +146,4 @@ jobs:
147146
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
148147
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
149148
PGP_SECRET: ${{ secrets.PGP_SECRET }}
150-
run: sbt '++ ${{ matrix.scala }}' ci-release
149+
run: sbt ci-release

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pomExtra := {
5757

5858
MetaInfLicenseCopy.settings
5959

60+
ThisBuild / tlSonatypeUseLegacyHost := true
6061
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec(Zulu, "8"))
6162
ThisBuild / githubWorkflowPublishTargetBranches := Seq(
6263
RefPredicate.Equals(Ref.Branch("main")),

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
22

33
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
44

5-
addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.0-M10")
5+
addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.0-RC2")
66

77
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 commit comments

Comments
 (0)