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:
321
321
strategy :
322
322
matrix :
323
323
os : [ubuntu-latest]
324
- java : [temurin@8 ]
324
+ java : [temurin@17 ]
325
325
runs-on : ${{ matrix.os }}
326
326
steps :
327
327
- 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")
2
2
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
3
3
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.16" )
4
4
addSbtPlugin(" 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