From 54bdc83c41e8cd3af8c0c36bce26b492e4959579 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 26 Oct 2024 09:17:09 +0100 Subject: [PATCH] add back snapshot resolver --- 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