Skip to content

Commit

Permalink
Merge pull request #23 from http4s/update/sbt-http4s-org-0.14.3
Browse files Browse the repository at this point in the history
Update sbt-http4s-org to 0.14.3
  • Loading branch information
rossabaker authored Jun 11, 2022
2 parents 7fdbf28 + 9afe24d commit 3157d46
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 @@ -9,9 +9,9 @@ name: Continuous Integration

on:
pull_request:
branches: ['**', '!update/**']
branches: ['**', '!update/**', '!pr/**']
push:
branches: ['**', '!update/**']
branches: ['**', '!update/**', '!pr/**']
tags: [v*]

env:
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.2")
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.14.3")

0 comments on commit 3157d46

Please sign in to comment.