diff --git a/build.sbt b/build.sbt index 829e37e..b2cc90b 100644 --- a/build.sbt +++ b/build.sbt @@ -30,9 +30,9 @@ testFrameworks += new TestFramework("utest.runner.Framework") libraryDependencies ++= { Seq( - "com.typesafe.akka" %% "akka-stream" % "2.6.18", - "com.typesafe.akka" %% "akka-actor" % "2.6.18", - "com.typesafe.akka" %% "akka-slf4j" % "2.6.18", + "com.typesafe.akka" %% "akka-stream" % "2.6.20", + "com.typesafe.akka" %% "akka-actor" % "2.6.20", + "com.typesafe.akka" %% "akka-slf4j" % "2.6.20", "com.typesafe.akka" %% "akka-http" % "10.2.8", "com.typesafe.akka" %% "akka-http-spray-json" % "10.2.8", "ch.megard" %% "akka-http-cors" % "1.1.3",