aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index f503362..0dcb8de 100644
--- a/build.sbt
+++ b/build.sbt
@@ -34,7 +34,7 @@ val commonSettings = Seq(
)
val akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.1.1"
-val akkaStreams = "com.typesafe.akka" %% "akka-stream" % "2.5.11"
+val akkaStreams = "com.typesafe.akka" %% "akka-stream" % "2.5.12"
val monixVersion = "3.0.0-RC1"
val monix = "io.monix" %% "monix" % monixVersion