diff --git a/project/Release.scala b/project/Release.scala index 3b420810a..7b3e970d6 100644 --- a/project/Release.scala +++ b/project/Release.scala @@ -11,7 +11,7 @@ object Release extends Build lazy val deployLauncher = TaskKey[Unit]("deploy-launcher", "Upload the launcher to its traditional location for compatibility with existing scripts.") - val PublishRepoHost = "typesafe.artifactoryonline.com" + val PublishRepoHost = "private-repo.typesafe.com" def settings(nonRoots: => Seq[ProjectReference], launcher: ScopedTask[File]): Seq[Setting[_]] = if(CredentialsFile.exists) releaseSettings(nonRoots, launcher) else Nil