|
@@ -2,7 +2,7 @@ name := "http4s"
|
|
|
|
|
|
version := "1.0"
|
|
version := "1.0"
|
|
|
|
|
|
-scalaVersion := "2.13.8"
|
|
|
|
|
|
+scalaVersion := "2.13.11"
|
|
|
|
|
|
scalacOptions ++= Seq(
|
|
scalacOptions ++= Seq(
|
|
"-deprecation",
|
|
"-deprecation",
|
|
@@ -19,9 +19,9 @@ scalacOptions ++= Seq(
|
|
|
|
|
|
enablePlugins(SbtTwirl)
|
|
enablePlugins(SbtTwirl)
|
|
|
|
|
|
-val http4sVersion = "0.23.15"
|
|
|
|
-val http4sBlazeVersion = "0.23.12"
|
|
|
|
-val http4sTwirlVersion = "0.23.11"
|
|
|
|
|
|
+val http4sVersion = "0.23.22"
|
|
|
|
+val http4sBlazeVersion = "0.23.15"
|
|
|
|
+val http4sTwirlVersion = "0.23.17"
|
|
|
|
|
|
assembly / assemblyMergeStrategy := {
|
|
assembly / assemblyMergeStrategy := {
|
|
case PathList(xs @ _*) if xs.last == "io.netty.versions.properties" => MergeStrategy.rename
|
|
case PathList(xs @ _*) if xs.last == "io.netty.versions.properties" => MergeStrategy.rename
|
|
@@ -35,13 +35,13 @@ libraryDependencies ++= Seq(
|
|
"org.http4s" %% "http4s-twirl" % http4sTwirlVersion,
|
|
"org.http4s" %% "http4s-twirl" % http4sTwirlVersion,
|
|
"org.http4s" %% "http4s-circe" % http4sVersion,
|
|
"org.http4s" %% "http4s-circe" % http4sVersion,
|
|
// Optional for auto-derivation of JSON codecs
|
|
// Optional for auto-derivation of JSON codecs
|
|
- "io.circe" %% "circe-generic" % "0.14.1",
|
|
|
|
- "org.typelevel" %% "cats-effect" % "3.3.14",
|
|
|
|
- "co.fs2" %% "fs2-core" % "3.2.12",
|
|
|
|
- "co.fs2" %% "fs2-io" % "3.2.12",
|
|
|
|
- "io.getquill" %% "quill-jasync-postgres" % "3.12.0",
|
|
|
|
- "io.getquill" %% "quill-jasync" % "3.12.0",
|
|
|
|
- "ch.qos.logback" % "logback-classic" % "1.4.0"
|
|
|
|
|
|
+ "io.circe" %% "circe-generic" % "0.14.5",
|
|
|
|
+ "org.typelevel" %% "cats-effect" % "3.5.1",
|
|
|
|
+ "co.fs2" %% "fs2-core" % "3.7.0",
|
|
|
|
+ "co.fs2" %% "fs2-io" % "3.7.0",
|
|
|
|
+ "io.getquill" %% "quill-jasync-postgres" % "3.19.0",
|
|
|
|
+ "io.getquill" %% "quill-jasync" % "3.19.0",
|
|
|
|
+ "ch.qos.logback" % "logback-classic" % "1.4.8"
|
|
)
|
|
)
|
|
|
|
|
|
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
|
|
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
|