From 3e40f29bf11dcbb0f6affe4b3ad289d4497bdef6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 20 Dec 2021 15:41:08 +0100 Subject: [PATCH] Update akka-stream to 2.6.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ac3a0e9..6fd2cb6 100644 --- a/build.sbt +++ b/build.sbt @@ -139,7 +139,7 @@ lazy val akka = (projectMatrix in file("akka")) .jvmPlatform( scalaVersions = List(scala2_12, scala2_13), settings = commonJvmSettings ++ Seq( - libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.17" % "provided" + libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18" % "provided" ) ) .dependsOn(core)