From 7e7c26a5b6b498104b0399f18de0769028b867ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:15:26 +0000 Subject: [PATCH] chore(deps): update akkaversion to v2.8.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b6586be..a50c3c6 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val root = (project in file(".")) ) -val akkaVersion = "2.8.7" +val akkaVersion = "2.8.8" libraryDependencies ++= Seq( "it.unibo.alice.tuprolog" % "2p-core" % "4.1.1",