Skip to content

Commit

Permalink
Merge pull request #55 from typelevel/update/sbt-typelevel-0.5.0-RC3
Browse files Browse the repository at this point in the history
Update sbt-typelevel, ... to 0.5.0-RC3
  • Loading branch information
TonioGela authored Jun 25, 2023
2 parents f20c73a + 9c08b97 commit 48f7210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:

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

- name: Submit Dependencies
uses: scalacenter/sbt-dependency-submission@v2
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 sbtTlVersion = "0.5.0-RC2"
val sbtTlVersion = "0.5.0-RC3"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTlVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTlVersion)
Expand Down

0 comments on commit 48f7210

Please sign in to comment.