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