From 3ae07c0c85c7cc78c8386d6b65beecdb13d412e3 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 26 Oct 2024 12:57:26 +0100 Subject: [PATCH] add back snapshot resolver (#163) --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index a31e9d45..a5951f4a 100644 --- a/build.sbt +++ b/build.sbt @@ -13,6 +13,7 @@ import sbt.Keys.parallelExecution sourceDistName := "apache-pekko-persistence-r2dbc" sourceDistIncubating := false +ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo GlobalScope / parallelExecution := false