diff --git a/build.sbt b/build.sbt index 3c14070d..73d00451 100644 --- a/build.sbt +++ b/build.sbt @@ -113,7 +113,7 @@ val `akka-stream` = Def.setting("com.typesafe.akka" %% "akka-stream" % val `akka-http` = Def.setting("com.typesafe.akka" %% "akka-http" % "10.5.3") val `pekko-actor` = Def.setting("org.apache.pekko" %% "pekko-actor-typed" % "1.1.1") val `pekko-stream` = Def.setting("org.apache.pekko" %% "pekko-stream" % "1.1.1") -val `pekko-http` = Def.setting("org.apache.pekko" %% "pekko-http" % "1.0.1") +val `pekko-http` = Def.setting("org.apache.pekko" %% "pekko-http" % "1.1.0") val `cats-core` = Def.setting("org.typelevel" %%% "cats-core" % "2.12.0") val `circe-core` = Def.setting("io.circe" %%% "circe-core" % "0.14.10") val `circe-parser` = Def.setting("io.circe" %%% "circe-parser" % "0.14.10")