From ea30d7f1ef4be469a3eb8e8d41ce40c22292071a Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Fri, 23 Aug 2013 01:49:30 -0400 Subject: [PATCH] update url for publishing to typesafe repository --- project/Release.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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