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 67
67
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
68
68
69
69
- name : Check that workflows are up to date
70
- run : sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
70
+ run : sbt githubWorkflowCheck
71
71
72
72
- name : Check headers and formatting
73
73
if : matrix.java == 'temurin@8'
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.13 " )
1
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.14 " )
2
2
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.11.0" )
3
3
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.7" )
4
4
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2.0" )
You can’t perform that action at this time.
0 commit comments