From 00ff07ddec9983011ace8fcb2f14dd1080ed7242 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Jul 2022 09:51:10 +0000 Subject: [PATCH] Update http4s-blaze-server, http4s-circe, ... to 0.22.14 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 0e75a92..ea6c3ec 100644 --- a/build.sbt +++ b/build.sbt @@ -58,9 +58,9 @@ lazy val server = (project in file("server")) scalacOptions ++= compilerOptions, addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.13.2" cross CrossVersion.full), libraryDependencies ++= Seq( - "org.http4s" %% "http4s-blaze-server" % "0.22.2", - "org.http4s" %% "http4s-dsl" % "0.22.2", - "org.http4s" %% "http4s-circe" % "0.22.2", + "org.http4s" %% "http4s-blaze-server" % "0.22.14", + "org.http4s" %% "http4s-dsl" % "0.22.14", + "org.http4s" %% "http4s-circe" % "0.22.14", "io.circe" %% "circe-generic" % "0.14.1", "org.slf4j" % "slf4j-simple" % "1.7.33", "org.typelevel" %% "munit-cats-effect-2" % "1.0.7" % Test