Skip to content

Commit

Permalink
Merge pull request #28 from scala-steward/update/sbt-typelevel-0.5.0-…
Browse files Browse the repository at this point in the history
…RC12

Update sbt-typelevel, sbt-typelevel-site to 0.5.0-RC12
  • Loading branch information
CJSmith-0141 authored Aug 14, 2023
2 parents 0ad3f6b + 54e842d commit e8454da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: sbt update
if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false'
run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' reload +update
run: sbt +update

- name: Check that workflows are up to date
run: sbt githubWorkflowCheck
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

- name: sbt update
if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false'
run: sbt reload +update
run: sbt +update

- name: Download target directories (3, rootJVM)
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

- name: sbt update
if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false'
run: sbt reload +update
run: sbt +update

- name: Submit Dependencies
uses: scalacenter/sbt-dependency-submission@v2
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-RC10")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-RC10")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-RC12")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-RC12")

0 comments on commit e8454da

Please sign in to comment.