diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7a6f9458..bf1b8edb 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -45,7 +45,7 @@ object Dependencies { val asyncHttpClientVersion = "2.10.4" val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % asyncHttpClientVersion) - val akkaVersion = "2.6.0" + val akkaVersion = "2.6.1" val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % akkaVersion) val akkaHttp = Seq("com.typesafe.akka" %% "akka-http" % "10.1.11")