diff --git a/build.sbt b/build.sbt index 7e1f684..b78f77d 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.4", + "com.softwaremill.sttp.client3" %% "akka-http-backend" % "3.9.5", "com.danielasfregola" %% "twitter4s" % "8.0", "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2", "org.scalameta" %% "moped" % "0.1.11"