Skip to content

Commit

Permalink
Merge pull request #1183 from scala-steward/update/sbt-typelevel-merg…
Browse files Browse the repository at this point in the history
…ify-0.4.21

Update sbt-typelevel-mergify to 0.4.21
  • Loading branch information
fthomas authored May 25, 2023
2 parents b91bbbd + bb62ace commit a476886
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.12")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7")

addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.20")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.21")

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.4")

0 comments on commit a476886

Please sign in to comment.