File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9393 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
9494
9595 - name : Check that workflows are up to date
96- run : sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
96+ run : sbt githubWorkflowCheck
9797
9898 - name : scalaJSLink
9999 if : matrix.project == 'rootJS'
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")
33addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.2.0" )
44addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2.0" )
55addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.3" )
6- val sbtTypelevelVersion = " 0.4.13 "
6+ val sbtTypelevelVersion = " 0.4.15 "
77addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % sbtTypelevelVersion)
88addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % sbtTypelevelVersion)
You can’t perform that action at this time.
0 commit comments