This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git
commit 4370dd05bb7d3c8b745b0c8b597365bc6ab56c22 Author: PJ Fanning <[email protected]> AuthorDate: Fri Apr 26 10:38:15 2024 +0200 need access to Apache snasphots --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 48c96eb..d68dec1 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
