diff --git a/build.sbt b/build.sbt index 5153872..1e7890d 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature") libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-actor" % "2.6.20", - "com.typesafe.akka" %% "akka-stream" % "2.6.20", + "com.typesafe.akka" %% "akka-stream" % "2.8.4", "com.typesafe.akka" %% "akka-actor-typed" % "2.6.20", "com.typesafe.akka" %% "akka-http" % "10.5.2", "de.heikoseeberger" %% "akka-http-play-json" % "1.39.2",