Skip to content

Commit

Permalink
Fixed URL to Typesafe repo in build.sbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Jun 8, 2011
1 parent 5bb37a4 commit ff3443f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Expand Up @@ -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))
}
Expand Down

0 comments on commit ff3443f

Please sign in to comment.