From 058e77ef8061b88e2166b7ed8620b6c9a6540dc2 Mon Sep 17 00:00:00 2001 From: Benjamin Gaidioz Date: Thu, 13 Feb 2025 13:52:36 +0100 Subject: [PATCH] Ref protocol-das 1.0.0-beta3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1871b84..3b1072c 100644 --- a/build.sbt +++ b/build.sbt @@ -84,7 +84,7 @@ lazy val root = (project in file(".")) // Configuration "com.typesafe" % "config" % "1.4.3", // Protocol DAS - "com.raw-labs" %% "protocol-das" % "protocol-v1-ben-beta-protocol-v1-delete-cache-SNAPSHOT", + "com.raw-labs" %% "protocol-das" % "1.0.0-beta3", // Akka Streams "com.typesafe.akka" %% "akka-actor-typed" % "2.8.8", "com.typesafe.akka" %% "akka-actor" % "2.8.8",