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