Skip to content

Commit

Permalink
Update sbt-typelevel to 0.4.3 (#358)
Browse files Browse the repository at this point in the history
* Update sbt-typelevel to 0.4.3

* Regenerate workflow with sbt-github-actions
  • Loading branch information
scala-steward authored Jan 26, 2022
1 parent be27ff2 commit 112d92a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,18 @@ jobs:
"++${{ matrix.scala }} mimaReportBinaryIssues"
- name: Make target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
run: mkdir -p target docs/target core/js/target core/jvm/target project/target

- name: Compress target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
run: tar cf targets.tar target docs/target core/js/target core/jvm/target project/target

- 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@v2
with:
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
path: targets.tar

publish:
Expand Down Expand Up @@ -114,7 +117,7 @@ jobs:
- name: Download target directories (3.0.2)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }}
name: target-${{ matrix.os }}-${{ matrix.java }}-3.0.2

- name: Inflate target directories (3.0.2)
run: |
Expand All @@ -124,7 +127,7 @@ jobs:
- name: Download target directories (2.11.12)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.11.12-${{ matrix.java }}
name: target-${{ matrix.os }}-${{ matrix.java }}-2.11.12

- name: Inflate target directories (2.11.12)
run: |
Expand All @@ -134,7 +137,7 @@ jobs:
- name: Download target directories (2.12.15)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }}
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15

- name: Inflate target directories (2.12.15)
run: |
Expand All @@ -144,7 +147,7 @@ jobs:
- name: Download target directories (2.13.8)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }}
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8

- name: Inflate target directories (2.13.8)
run: |
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
Expand Down

0 comments on commit 112d92a

Please sign in to comment.