Skip to content

Commit a96d9cd

Browse files
authored
Merge pull request #978 from typelevel/update/sbt-typelevel-0.5.0-RC5
Update sbt-typelevel to 0.5.0-RC5
2 parents e9644ef + 649e053 commit a96d9cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300

301301
- name: sbt update
302302
if: matrix.java == 'temurin@8' && steps.setup-java-temurin-8.outputs.cache-hit == 'false'
303-
run: sbt '++ ${{ matrix.scala }}' reload +update
303+
run: sbt reload +update
304304

305305
- name: Setup Java (temurin@11)
306306
id: setup-java-temurin-11
@@ -313,7 +313,7 @@ jobs:
313313

314314
- name: sbt update
315315
if: matrix.java == 'temurin@11' && steps.setup-java-temurin-11.outputs.cache-hit == 'false'
316-
run: sbt '++ ${{ matrix.scala }}' reload +update
316+
run: sbt reload +update
317317

318318
- name: Submit Dependencies
319319
uses: scalacenter/sbt-dependency-submission@v2

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
22
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14")
33
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
4-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-RC1")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-RC5")

0 commit comments

Comments
 (0)