Skip to content

Commit

Permalink
Update sbt-typelevel-mergify to 0.4.21 in series/0.9 (#870)
Browse files Browse the repository at this point in the history
* Update sbt-typelevel-mergify to 0.4.21 in series/0.9

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate

---------

Co-authored-by: http4s-steward[bot] <106843772+http4s-steward[bot]@users.noreply.github.com>
  • Loading branch information
http4s-steward[bot] authored May 13, 2023
1 parent 19ea48d commit 2022d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -230,7 +229,7 @@ jobs:
(echo "$PGP_PASSPHRASE"; echo; echo) | gpg --command-fd 0 --pinentry-mode loopback --change-passphrase $(gpg --list-secret-keys --with-colons 2> /dev/null | grep '^sec:' | cut --delimiter ':' --fields 5 | tail -n 1)
- name: Publish
run: sbt '++ ${{ matrix.scala }}' tlCiRelease
run: sbt tlCiRelease

site:
name: Generate Site
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.12")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.20")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.21")

0 comments on commit 2022d97

Please sign in to comment.