Skip to content

Commit

Permalink
Merge pull request #4149 from typelevel/update/series/3.x/sbt-typelev…
Browse files Browse the repository at this point in the history
…el-0.7.4

Update sbt-typelevel to 0.7.4 in series/3.x
  • Loading branch information
armanbilge authored Oct 13, 2024
2 parents 413306e + 7153841 commit 310150d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Install sbt
if: contains(runner.os, 'macos')
shell: bash
run: brew install sbt
uses: sbt/setup-sbt@v1

- name: Ignore line ending differences in git
if: contains(runner.os, 'windows')
Expand Down Expand Up @@ -199,7 +197,7 @@ jobs:
- name: Setup Java (graalvm@17)
id: setup-java-graalvm-17
if: matrix.java == 'graalvm@17'
uses: graalvm/setup-graalvm@v1
uses: actions/setup-java@v4
with:
distribution: graalvm
java-version: 17
Expand Down Expand Up @@ -315,8 +313,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install sbt
if: contains(runner.os, 'macos')
run: brew install sbt
uses: sbt/setup-sbt@v1

- name: Ignore line ending differences in git
if: contains(runner.os, 'windows')
Expand Down Expand Up @@ -382,7 +379,7 @@ jobs:
- name: Setup Java (graalvm@17)
id: setup-java-graalvm-17
if: matrix.java == 'graalvm@17'
uses: graalvm/setup-graalvm@v1
uses: actions/setup-java@v4
with:
distribution: graalvm
java-version: 17
Expand Down Expand Up @@ -544,8 +541,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install sbt
if: contains(runner.os, 'macos')
run: brew install sbt
uses: sbt/setup-sbt@v1

- name: Ignore line ending differences in git
if: contains(runner.os, 'windows')
Expand Down Expand Up @@ -611,7 +607,7 @@ jobs:
- name: Setup Java (graalvm@17)
id: setup-java-graalvm-17
if: matrix.java == 'graalvm@17'
uses: graalvm/setup-graalvm@v1
uses: actions/setup-java@v4
with:
distribution: graalvm
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"

addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
Expand Down

0 comments on commit 310150d

Please sign in to comment.