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 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 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
70+ run : sbt 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.13 " )
2- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.4.13 " )
1+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.15 " )
2+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.4.15 " )
33addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.10.1" )
You can’t perform that action at this time.
0 commit comments