Skip to content

Commit da6472f

Browse files
authored
Merge pull request #217 from http4s/update/sbt-http4s-org-0.16.1
Update sbt-http4s-org to 0.16.1
2 parents 06ffbfd + cdbaa22 commit da6472f

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
@@ -343,7 +343,7 @@ jobs:
343343
strategy:
344344
matrix:
345345
os: [ubuntu-latest]
346-
java: [temurin@8]
346+
java: [temurin@11]
347347
runs-on: ${{ matrix.os }}
348348
steps:
349349
- name: Checkout current branch (full)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.16.0")
1+
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.16.1")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)