Skip to content

Commit

Permalink
Merge pull request #795 from http4s/update/series/0.23/sbt-http4s-org…
Browse files Browse the repository at this point in the history
…-0.14.11

Update sbt-http4s-org to 0.14.11 in series/0.23
  • Loading branch information
danicheg authored Mar 4, 2023
2 parents 4fb9aa8 + a4c09a4 commit e3b500b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ 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 }}' tlRelease
run: sbt '++ ${{ matrix.scala }}' tlCiRelease
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("org.http4s" %% "sbt-http4s-org" % "0.14.10")
addSbtPlugin("org.http4s" %% "sbt-http4s-org" % "0.14.11")

0 comments on commit e3b500b

Please sign in to comment.