Skip to content

Commit f17e4cb

Browse files
authored
Merge pull request #73 from typelevel/update/sbt-typelevel-0.5.1
Update sbt-typelevel, sbt-typelevel-site to 0.5.1
2 parents acd4c0e + 13479bd commit f17e4cb

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
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 60
3636
steps:
3737
- name: Checkout current branch (full)
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0
4141

@@ -100,7 +100,7 @@ jobs:
100100
runs-on: ${{ matrix.os }}
101101
steps:
102102
- name: Checkout current branch (full)
103-
uses: actions/checkout@v3
103+
uses: actions/checkout@v4
104104
with:
105105
fetch-depth: 0
106106

@@ -211,7 +211,7 @@ jobs:
211211
runs-on: ${{ matrix.os }}
212212
steps:
213213
- name: Checkout current branch (full)
214-
uses: actions/checkout@v3
214+
uses: actions/checkout@v4
215215
with:
216216
fetch-depth: 0
217217

project/plugins.sbt

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

0 commit comments

Comments
 (0)