Skip to content

Commit 2876063

Browse files
authored
[chore] updated http4s dependencies (TechEmpower#8327)
1 parent 2df90a6 commit 2876063

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

frameworks/Scala/http4s/blaze/build.sbt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "http4s"
22

33
version := "1.0"
44

5-
scalaVersion := "2.13.8"
5+
scalaVersion := "2.13.11"
66

77
scalacOptions ++= Seq(
88
"-deprecation",
@@ -19,9 +19,9 @@ scalacOptions ++= Seq(
1919

2020
enablePlugins(SbtTwirl)
2121

22-
val http4sVersion = "0.23.15"
23-
val http4sBlazeVersion = "0.23.12"
24-
val http4sTwirlVersion = "0.23.11"
22+
val http4sVersion = "0.23.22"
23+
val http4sBlazeVersion = "0.23.15"
24+
val http4sTwirlVersion = "0.23.17"
2525

2626
assembly / assemblyMergeStrategy := {
2727
case PathList(xs @ _*) if xs.last == "io.netty.versions.properties" => MergeStrategy.rename
@@ -35,13 +35,13 @@ libraryDependencies ++= Seq(
3535
"org.http4s" %% "http4s-twirl" % http4sTwirlVersion,
3636
"org.http4s" %% "http4s-circe" % http4sVersion,
3737
// Optional for auto-derivation of JSON codecs
38-
"io.circe" %% "circe-generic" % "0.14.1",
39-
"org.typelevel" %% "cats-effect" % "3.3.14",
40-
"co.fs2" %% "fs2-core" % "3.2.12",
41-
"co.fs2" %% "fs2-io" % "3.2.12",
42-
"io.getquill" %% "quill-jasync-postgres" % "3.12.0",
43-
"io.getquill" %% "quill-jasync" % "3.12.0",
44-
"ch.qos.logback" % "logback-classic" % "1.4.0"
38+
"io.circe" %% "circe-generic" % "0.14.5",
39+
"org.typelevel" %% "cats-effect" % "3.5.1",
40+
"co.fs2" %% "fs2-core" % "3.7.0",
41+
"co.fs2" %% "fs2-io" % "3.7.0",
42+
"io.getquill" %% "quill-jasync-postgres" % "3.19.0",
43+
"io.getquill" %% "quill-jasync" % "3.19.0",
44+
"ch.qos.logback" % "logback-classic" % "1.4.8"
4545
)
4646

4747
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")

0 commit comments

Comments
 (0)