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-cassandra.git
commit f419f0f74148b11b401cadfb5feaaf70fb667e75 Author: PJ Fanning <[email protected]> AuthorDate: Fri Jun 7 03:26:51 2024 +0100 need access to snapshot repo --- 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]
