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