From e7a32f5a49a91b31e563c5acb0bdcfb90dc0f72f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 20 Dec 2021 14:33:09 +0100 Subject: [PATCH] Update akka-persistence, ... to 2.6.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1951c71..de1f144 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ Compile / doc / scalacOptions ++= Seq("-groups", "-implicits", "-no-link-warning /// -val AkkaVersion = "2.6.17" +val AkkaVersion = "2.6.18" lazy val IntegrationTest = config("it") extend Test