@@ -2,7 +2,7 @@ name := "http4s"
22
33version := " 1.0"
44
5- scalaVersion := " 2.13.11 "
5+ scalaVersion := " 2.13.17 "
66
77scalacOptions ++= Seq (
88 " -deprecation" ,
@@ -19,9 +19,9 @@ scalacOptions ++= Seq(
1919
2020enablePlugins(SbtTwirl )
2121
22- val http4sVersion = " 0.23.22 "
23- val http4sBlazeVersion = " 0.23.15 "
24- val http4sTwirlVersion = " 0.23.17 "
22+ val http4sVersion = " 0.23.32 "
23+ val http4sBlazeVersion = " 0.23.17 "
24+ val http4sTwirlVersion = " 0.23.18 "
2525
2626assembly / 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.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 "
38+ " io.circe" %% " circe-generic" % " 0.14.15 " ,
39+ " org.typelevel" %% " cats-effect" % " 3.6.3 " ,
40+ " co.fs2" %% " fs2-core" % " 3.12.2 " ,
41+ " co.fs2" %% " fs2-io" % " 3.12.2 " ,
42+ " io.getquill" %% " quill-jasync-postgres" % " 4.8 .0" ,
43+ " io.getquill" %% " quill-jasync" % " 4.8 .0" ,
44+ " ch.qos.logback" % " logback-classic" % " 1.5.19 "
4545)
4646
4747addCompilerPlugin(" com.olegpy" %% " better-monadic-for" % " 0.3.1" )
0 commit comments