Skip to content

Commit 66ccc0a

Browse files
authored
Merge branch 'series/0.24' into update/series/0.24/sbt-http4s-org-0.17.1
2 parents 029a67e + d02d6f1 commit 66ccc0a

File tree

4 files changed

+36
-31
lines changed

4 files changed

+36
-31
lines changed

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.7.12
1+
version = 3.7.17
22

33
style = default
44

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ThisBuild / developers := List(
1111
ThisBuild / tlSitePublishBranch := Some("main")
1212

1313
val Scala213 = "2.13.11"
14-
ThisBuild / crossScalaVersions := Seq("2.12.18", Scala213, "3.3.0")
14+
ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.3")
1515
ThisBuild / scalaVersion := Scala213 // the default Scala
1616

1717
// Jetty 10+, for testing, requires Java 11.
@@ -23,7 +23,7 @@ lazy val root = tlCrossRootProject.aggregate(servlet, examples)
2323

2424
val asyncHttpClientVersion = "2.12.3"
2525
val jettyVersion = "10.0.15"
26-
val http4sVersion = "0.23.26"
26+
val http4sVersion = "0.23.27"
2727
val munitCatsEffectVersion = "1.0.7"
2828
val servletApiVersion = "4.0.1"
2929

flake.lock

+32-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.2
1+
sbt.version=1.9.9

0 commit comments

Comments
 (0)