This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new fa9370e need access to snapshot repo (#203)
fa9370e is described below
commit fa9370e2e43f01dc194614c5ccfc3626cd3d96ae
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jun 7 09:39:57 2024 +0100
need access to snapshot repo (#203)
---
build.sbt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.sbt b/build.sbt
index 631fad0..a1eaf7d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -15,6 +15,8 @@ sourceDistIncubating := false
val mimaCompareVersion = "1.0.0"
+ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
+
lazy val root = project
.in(file("."))
.enablePlugins(Common, ScalaUnidocPlugin)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]