Skip to content

Commit 78976d4

Browse files
authored
Merge pull request #467 from typelevel/update/sbt-typelevel-0.6.2
Update sbt-typelevel, sbt-typelevel-site to 0.6.2
2 parents 2a98bdd + 3ee9927 commit 78976d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")
44
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")

0 commit comments

Comments
 (0)