Skip to content

Commit 58f62fb

Browse files
authored
Merge pull request #705 from scala-steward/update/sbt-typelevel-0.8.4
Update sbt-typelevel to 0.8.4
2 parents 5acadc8 + abff99f commit 58f62fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 60
3636
steps:
3737
- name: Checkout current branch (full)
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 0
4141

@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ${{ matrix.os }}
108108
steps:
109109
- name: Checkout current branch (full)
110-
uses: actions/checkout@v5
110+
uses: actions/checkout@v6
111111
with:
112112
fetch-depth: 0
113113

@@ -251,7 +251,7 @@ jobs:
251251
runs-on: ${{ matrix.os }}
252252
steps:
253253
- name: Checkout current branch (full)
254-
uses: actions/checkout@v5
254+
uses: actions/checkout@v6
255255
with:
256256
fetch-depth: 0
257257

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.3")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.4")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)