This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-dynamodb.git


The following commit(s) were added to refs/heads/main by this push:
     new 0b2752e  Cache snapshots to prevent overloading Apache Nexus repo
0b2752e is described below

commit 0b2752ead7df819c6de49e6d7857419bb19ef7ce
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Jun 5 15:01:38 2023 +0200

    Cache snapshots to prevent overloading Apache Nexus repo
---
 build.sbt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.sbt b/build.sbt
index 90f11c7..2161d0b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -9,7 +9,9 @@ crossVersion := CrossVersion.binary
 val amzVersion = "1.12.286"
 val testcontainersScalaVersion = "0.40.10"
 
+// TODO: Remove when Pekko has a proper release
 resolvers += Resolver.ApacheMavenSnapshotsRepo
+updateOptions := updateOptions.value.withLatestSnapshots(false)
 
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
 ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to