Skip to content

Commit 9f2f663

Browse files
datahub-steward[bot]datahub-rewrite-botHenningKoller
authored
Update sbt-typelevel, sbt-typelevel-site to 0.7.4 (#405)
* Update sbt-typelevel, sbt-typelevel-site to 0.7.4 * Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --------- Co-authored-by: datahub-rewrite-bot <datahub-rewrite-bot [email protected]> Co-authored-by: Henning Grimeland Koller <[email protected]>
1 parent 022662e commit 9f2f663

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/ci.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
timeout-minutes: 60
3636
steps:
3737
- name: Install sbt
38-
if: contains(runner.os, 'macos')
39-
run: brew install sbt
38+
uses: sbt/setup-sbt@v1
4039

4140
- name: Checkout current branch (full)
4241
uses: actions/checkout@v4
@@ -105,8 +104,7 @@ jobs:
105104
runs-on: ${{ matrix.os }}
106105
steps:
107106
- name: Install sbt
108-
if: contains(runner.os, 'macos')
109-
run: brew install sbt
107+
uses: sbt/setup-sbt@v1
110108

111109
- name: Checkout current branch (full)
112110
uses: actions/checkout@v4
@@ -180,8 +178,7 @@ jobs:
180178
runs-on: ${{ matrix.os }}
181179
steps:
182180
- name: Install sbt
183-
if: contains(runner.os, 'macos')
184-
run: brew install sbt
181+
uses: sbt/setup-sbt@v1
185182

186183
- name: Checkout current branch (full)
187184
uses: actions/checkout@v4

project/plugins.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.3")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.4")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
44
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")

0 commit comments

Comments
 (0)