From 3a755883616bf12d62c53062ca95d347e0d4060d Mon Sep 17 00:00:00 2001 From: Scala Steward <53380242+github-scx@users.noreply.github.com> Date: Sat, 10 Apr 2021 02:06:47 +0000 Subject: [PATCH] Update akka-stream, akka-stream-testkit to 2.6.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8a62119..fd120c5 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ version := sys.props } .getOrElse("LOCAL-SNAPSHOT") -val AkkaVersion = "2.6.13" +val AkkaVersion = "2.6.14" val slf4j = "org.slf4j" % "slf4j-api" % "1.7.30" val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"