Skip to content

Commit

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

Update sbt-typelevel-mergify to 0.5.2
  • Loading branch information
fthomas authored Sep 13, 2023
2 parents 6d7174d + c7fc42c commit 564c175
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 @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

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.15")

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

addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.2")

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

0 comments on commit 564c175

Please sign in to comment.