Skip to content

Commit 2022d97

Browse files
Update sbt-typelevel-mergify to 0.4.21 in series/0.9 (#870)
* 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>
1 parent 19ea48d commit 2022d97

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ jobs:
135135
strategy:
136136
matrix:
137137
os: [ubuntu-latest]
138-
scala: [2.13.10]
139138
java: [temurin@11]
140139
runs-on: ${{ matrix.os }}
141140
steps:
@@ -230,7 +229,7 @@ jobs:
230229
(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)
231230
232231
- name: Publish
233-
run: sbt '++ ${{ matrix.scala }}' tlCiRelease
232+
run: sbt tlCiRelease
234233

235234
site:
236235
name: Generate Site

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.12")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.20")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.21")

0 commit comments

Comments
 (0)