Skip to content

Commit

Permalink
Merge pull request #57 from scala-steward/update/sbt-typelevel-0.6.7
Browse files Browse the repository at this point in the history
Update sbt-typelevel, ... to 0.6.7
  • Loading branch information
zarthross authored Apr 15, 2024
2 parents 83e0d9f + d3f1263 commit 4c95618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Upload target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
path: targets.tar
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
run: sbt +update

- name: Download target directories (2.12)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12

Expand Down
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val sbtTypelevelVersion = "0.6.4" // https://github.com/typelevel/sbt-typelevel/releases
val sbtTypelevelVersion = "0.6.7" // https://github.com/typelevel/sbt-typelevel/releases
val sbtScoverageVersion = "2.0.11" // https://github.com/scoverage/sbt-scoverage/releases

addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
Expand Down

0 comments on commit 4c95618

Please sign in to comment.