Skip to content

Commit 865a907

Browse files
authored
Merge pull request #945 from typelevel/update/sbt-typelevel-0.8.4
2 parents 561a281 + cc1e107 commit 865a907

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
timeout-minutes: 60
4545
steps:
4646
- name: Checkout current branch (full)
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0
5050

@@ -129,7 +129,7 @@ jobs:
129129
runs-on: ${{ matrix.os }}
130130
steps:
131131
- name: Checkout current branch (full)
132-
uses: actions/checkout@v5
132+
uses: actions/checkout@v6
133133
with:
134134
fetch-depth: 0
135135

@@ -286,7 +286,7 @@ jobs:
286286
runs-on: ${{ matrix.os }}
287287
steps:
288288
- name: Checkout current branch (full)
289-
uses: actions/checkout@v5
289+
uses: actions/checkout@v6
290290
with:
291291
fetch-depth: 0
292292

@@ -334,7 +334,7 @@ jobs:
334334
runs-on: ${{ matrix.os }}
335335
steps:
336336
- name: Checkout current branch (fast)
337-
uses: actions/checkout@v5
337+
uses: actions/checkout@v6
338338

339339
- name: Setup Java (temurin@11)
340340
id: setup-java-temurin-11
@@ -359,7 +359,7 @@ jobs:
359359
runs-on: ${{ matrix.os }}
360360
steps:
361361
- name: Checkout current branch (full)
362-
uses: actions/checkout@v5
362+
uses: actions/checkout@v6
363363
with:
364364
fetch-depth: 0
365365

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
22
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
33
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
44
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
5-
val sbtTypelevelVersion = "0.8.3"
5+
val sbtTypelevelVersion = "0.8.4"
66
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
77
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)

0 commit comments

Comments
 (0)