Use ApacheMavenSnapshotsRepo constant

This commit is contained in:
Matthew de Detrich 2023-05-04 09:21:00 +02:00 committed by Matthew de Detrich
parent 97ae92191d
commit 31cb6043d4
3 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ object Paradox {
val themeSettings = Seq(
// allow access to snapshots for pekko-sbt-paradox
resolvers += "Apache Nexus Snapshots".at("https://repository.apache.org/content/repositories/snapshots/"),
resolvers += Resolver.ApacheMavenSnapshotsRepo,
pekkoParadoxGithub := Some("https://github.com/apache/incubator-pekko"))
// FIXME https://github.com/lightbend/paradox/issues/350