From 5e5ce9e2ae714b0d5e68e87efe1fbc62119f921c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Feb 2021 18:54:04 +0100 Subject: [PATCH] Update akka-stream-testkit, akka-testkit to 2.6.13 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 3ac20c5fc..309131c7b 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -18,7 +18,7 @@ object Settings { val catsEffectVersion = "2.0.0" val monixVersion = "3.1.0" val akka25Version = "2.5.30" - val akka26Version = "2.6.8" + val akka26Version = "2.6.13" val compileScalaStyle = taskKey[Unit]("compileScalaStyle")