diff --git a/build.sbt b/build.sbt index bb3cd05810..33dfc390fc 100644 --- a/build.sbt +++ b/build.sbt @@ -8,6 +8,12 @@ import sbtprotobuf.ProtobufPlugin import scalariform.formatter.preferences._ credentials ++= loadM2Credentials(streams.value.log) +credentials += Credentials( + "GitHub Package Registry", + "maven.pkg.github.com", + "criteo-forks", + sys.env.get("GITHUB_TOKEN").get +) resolvers ++= loadM2Resolvers(sLog.value) resolvers += Resolver.sonatypeRepo("snapshots") @@ -111,8 +117,7 @@ lazy val commonSettings = Seq( Resolver.JCenterRepository, "Typesafe Releases" at "https://repo.typesafe.com/typesafe/releases/", "Apache Shapshots" at "https://repository.apache.org/content/repositories/snapshots/", - "Mesosphere Public Repo" at "https://downloads.mesosphere.com/maven", - "Mesosphere Snapshot Repo" at "https://downloads.mesosphere.com/maven-snapshot" + "Criteo Forks Marathon" at "https://maven.pkg.github.com/criteo-forks/marathon/" ), cancelable in Global := true, publishTo := Some(s3resolver.value(