From 08c934ed08477c183b02988d0a694326b48d047b Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 26 Oct 2024 09:11:16 +0100 Subject: [PATCH] Revert "remove snapshot resolver (#875)" This reverts commit f03bb5d34e8e7567f5d4cda852e329e5edb4424d. --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index d826d0cee..8262ad52d 100644 --- a/build.sbt +++ b/build.sbt @@ -11,6 +11,7 @@ import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCh sourceDistName := "apache-pekko-connectors" sourceDistIncubating := false +ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo