diff --git a/build.sbt b/build.sbt index 190df3c4..790a92f4 100644 --- a/build.sbt +++ b/build.sbt @@ -14,8 +14,7 @@ publishMavenStyle := false projectID <<= (projectID, sbtVersion) { (id, version) => id.extra("sbtversion" -> version.toString) } publishTo := { -// val typesafeRepoUrl = new java.net.URL("http://typesafe.artifactoryonline.com/typesafe/snapshots") - val typesafeRepoUrl = new java.net.URL("http://repo.typesafe.com/typesafe/snapshots") + val typesafeRepoUrl = new java.net.URL("http://typesafe.artifactoryonline.com/typesafe/ivy-snapshots") val pattern = Patterns(false, "[organisation]/[module]/[sbtversion]/[revision]/[type]s/[module](-[classifier])-[revision].[ext]") Some(Resolver.url("Typesafe Repository", typesafeRepoUrl)(pattern)) }