Skip to content

Commit e3b500b

Browse files
authored
Merge pull request #795 from http4s/update/series/0.23/sbt-http4s-org-0.14.11
Update sbt-http4s-org to 0.14.11 in series/0.23
2 parents 4fb9aa8 + a4c09a4 commit e3b500b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ jobs:
196196
(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)
197197
198198
- name: Publish
199-
run: sbt '++ ${{ matrix.scala }}' tlRelease
199+
run: sbt '++ ${{ matrix.scala }}' tlCiRelease

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
22
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
33
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
4-
addSbtPlugin("org.http4s" %% "sbt-http4s-org" % "0.14.10")
4+
addSbtPlugin("org.http4s" %% "sbt-http4s-org" % "0.14.11")

0 commit comments

Comments
 (0)