Skip to content

Commit

Permalink
Merge pull request #4489 from typelevel/update/sbt-typelevel-0.5.0-RC9
Browse files Browse the repository at this point in the history
Update sbt-typelevel, sbt-typelevel-site to 0.5.0-RC9
  • Loading branch information
armanbilge authored Aug 1, 2023
2 parents 1e0561e + 15d7f0b commit f969051
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,20 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (fast)
uses: actions/checkout@v3

- name: Setup Java (temurin@11)
id: setup-java-temurin-11
if: matrix.java == 'temurin@11'
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11

- uses: coursier/setup-action@v1
with:
apps: scala-steward
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val sbtTypelevelVersion = "0.5.0-RC7"
val sbtTypelevelVersion = "0.5.0-RC9"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
Expand Down

0 comments on commit f969051

Please sign in to comment.