Skip to content

Commit

Permalink
Merge pull request #524 from typelevel/update/sbt-typelevel-ci-releas…
Browse files Browse the repository at this point in the history
…e-0.4.14

Update sbt-typelevel-ci-release, ... to 0.4.14
  • Loading branch information
mergify[bot] committed Sep 16, 2022
2 parents 8607a69 + 7d581af commit 97eec53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 formatting
if: matrix.java == 'temurin@8'
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.13")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.13")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.14")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.14")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

0 comments on commit 97eec53

Please sign in to comment.