Skip to content

Commit

Permalink
Merge pull request typelevel#46 from typelevel/update/sbt-typelevel-0…
Browse files Browse the repository at this point in the history
….4.15

Update sbt-typelevel, ... to 0.4.15
  • Loading branch information
rossabaker committed Sep 23, 2022
2 parents fd45fe3 + ad58f1b commit 4f00fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Check that workflows are up to date
run: sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
run: sbt githubWorkflowCheck

- name: Check headers and formatting
if: matrix.java == 'temurin@8'
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.13")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.4.13")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.13")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.15")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.4.15")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.15")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")

0 comments on commit 4f00fa2

Please sign in to comment.