From 033fcdf7e058339b0794e024f479b846339cd9b1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 18 Oct 2019 05:34:49 +0200 Subject: [PATCH] Update akka-stream to 2.5.26 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 01bbe03b..2af86ce2 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ lazy val root = (project in file(".")) "com.github.pathikrit" %% "better-files" % "3.7.1", "org.scalaz" %% "scalaz-core" % "7.2.27", "com.typesafe.akka" %% "akka-http-core" % "10.1.8", - "com.typesafe.akka" %% "akka-stream" % "2.5.22", + "com.typesafe.akka" %% "akka-stream" % "2.5.26", "com.chuusai" %% "shapeless" % "2.3.3", "org.typelevel" %% "cats-core" % "1.6.0", "com.lihaoyi" %% "ammonite-ops" % "1.6.6",