From bbbe9e8f95aceeba233d7e3a3bda4eb92042898e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 18 Jan 2024 13:12:28 +0000 Subject: [PATCH] Update akka-http-backend to 3.9.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index deed9d0..8f61a27 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-stream" % "2.6.20", "com.typesafe.akka" %% "akka-http" % "10.2.10", "de.heikoseeberger" %% "akka-http-circe" % "1.39.2", - "com.softwaremill.sttp.client3" %% "akka-http-backend" % "3.9.1", + "com.softwaremill.sttp.client3" %% "akka-http-backend" % "3.9.2", "com.danielasfregola" %% "twitter4s" % "8.0", "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2", "org.scalameta" %% "moped" % "0.1.11"