File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.13.2" )
22addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.14" )
33addSbtPlugin(" 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 " )
You can’t perform that action at this time.
0 commit comments