Skip to content

Commit 723346b

Browse files
authored
Merge pull request #95 from typelevel/update/sbt-typelevel-0.6.3
Update sbt-typelevel, sbt-typelevel-site to 0.6.3
2 parents a52b34a + e695736 commit 723346b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Java (temurin@8)
4343
id: setup-java-temurin-8
4444
if: matrix.java == 'temurin@8'
45-
uses: actions/setup-java@v3
45+
uses: actions/setup-java@v4
4646
with:
4747
distribution: temurin
4848
java-version: 8
@@ -107,7 +107,7 @@ jobs:
107107
- name: Setup Java (temurin@8)
108108
id: setup-java-temurin-8
109109
if: matrix.java == 'temurin@8'
110-
uses: actions/setup-java@v3
110+
uses: actions/setup-java@v4
111111
with:
112112
distribution: temurin
113113
java-version: 8
@@ -218,7 +218,7 @@ jobs:
218218
- name: Setup Java (temurin@8)
219219
id: setup-java-temurin-8
220220
if: matrix.java == 'temurin@8'
221-
uses: actions/setup-java@v3
221+
uses: actions/setup-java@v4
222222
with:
223223
distribution: temurin
224224
java-version: 8

project/plugins.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.2")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.2")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.3")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.3")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")

0 commit comments

Comments
 (0)