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 @@ -321,7 +321,7 @@ jobs:
321321 strategy :
322322 matrix :
323323 os : [ubuntu-latest]
324- java : [temurin@8 ]
324+ java : [temurin@17 ]
325325 runs-on : ${{ matrix.os }}
326326 steps :
327327 - name : Checkout current branch (full)
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
22addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
33addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.16" )
44addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
5- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.6.1 " )
6- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.6.1 " )
5+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.6.2 " )
6+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.6.2 " )
You can’t perform that action at this time.
0 commit comments