Skip to content

Commit 45d4aa8

Browse files
Update sbt-typelevel, ... to 0.7.4 (#401)
* Update sbt-typelevel, ... to 0.7.4 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 3c72970 commit 45d4aa8

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.github/workflows/ci.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
timeout-minutes: 60
4141
steps:
4242
- name: Install sbt
43-
if: contains(runner.os, 'macos')
44-
run: brew install sbt
43+
uses: sbt/setup-sbt@v1
4544

4645
- name: Checkout current branch (full)
4746
uses: actions/checkout@v4
@@ -114,8 +113,7 @@ jobs:
114113
runs-on: ${{ matrix.os }}
115114
steps:
116115
- name: Install sbt
117-
if: contains(runner.os, 'macos')
118-
run: brew install sbt
116+
uses: sbt/setup-sbt@v1
119117

120118
- name: Checkout current branch (full)
121119
uses: actions/checkout@v4
@@ -197,8 +195,7 @@ jobs:
197195
runs-on: ${{ matrix.os }}
198196
steps:
199197
- name: Install sbt
200-
if: contains(runner.os, 'macos')
201-
run: brew install sbt
198+
uses: sbt/setup-sbt@v1
202199

203200
- name: Checkout current branch (full)
204201
uses: actions/checkout@v4
@@ -267,8 +264,7 @@ jobs:
267264
runs-on: ${{ matrix.os }}
268265
steps:
269266
- name: Install sbt
270-
if: contains(runner.os, 'macos')
271-
run: brew install sbt
267+
uses: sbt/setup-sbt@v1
272268

273269
- name: Checkout current branch (full)
274270
uses: actions/checkout@v4

project/plugins.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
44
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
55
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
6-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")
7-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.3")
8-
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.3")
6+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4")
7+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.4")
8+
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.4")
99
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
1010
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
1111
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)