Skip to content

Commit 3b208ea

Browse files
authored
Merge pull request #24 from scala-steward/update/sbt-spiewak-sonatype-0.22.1
2 parents cd3a077 + 23610da commit 3b208ea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838

3939
- name: Setup Java and Scala
40-
uses: olafurpg/setup-scala@v10
40+
uses: olafurpg/setup-scala@v13
4141
with:
4242
java-version: ${{ matrix.java }}
4343

@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Check that workflows are up to date
5757
shell: bash
58-
run: sbt --client '++${{ matrix.scala }}; githubWorkflowCheck'
58+
run: sbt ++${{ matrix.scala }} githubWorkflowCheck
5959

6060
- shell: bash
61-
run: sbt --client '++${{ matrix.scala }}; ci'
61+
run: sbt ++${{ matrix.scala }} ci

.github/workflows/clean.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
printf "Deleting '%s' #%d, %'d bytes\n" $name ${ARTCOUNT[$name]} $size
5757
ghapi -X DELETE $REPO/actions/artifacts/$id
5858
done
59-
done
59+
done

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.21.0")
1+
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.22.1")

0 commit comments

Comments
 (0)