Skip to content

Commit d230fed

Browse files
authored
Update sbt-typelevel, sbt-typelevel-site to 0.8.4 (#522)
* Update sbt-typelevel, sbt-typelevel-site to 0.8.4 * Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook
1 parent a97c113 commit d230fed

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

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

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

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

@@ -335,7 +335,7 @@ jobs:
335335
runs-on: ${{ matrix.os }}
336336
steps:
337337
- name: Checkout current branch (fast)
338-
uses: actions/checkout@v5
338+
uses: actions/checkout@v6
339339

340340
- name: Setup Java (temurin@11)
341341
id: setup-java-temurin-11
@@ -371,7 +371,7 @@ jobs:
371371
runs-on: ${{ matrix.os }}
372372
steps:
373373
- name: Checkout current branch (full)
374-
uses: actions/checkout@v5
374+
uses: actions/checkout@v6
375375
with:
376376
fetch-depth: 0
377377

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.3")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.3")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.4")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.4")
33
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")

0 commit comments

Comments
 (0)