Skip to content

Commit

Permalink
disable scala tools
Browse files Browse the repository at this point in the history
  • Loading branch information
casualjim committed Mar 22, 2012
1 parent c001e37 commit f3fa082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/ScalateGenerateBuild.scala
Expand Up @@ -10,6 +10,7 @@ object ScalateGenerateBuild extends Build {
scalaVersion := "2.9.1",
crossScalaVersions := Seq("2.9.1", "2.9.0-1", "2.9.0"),
organization := "com.mojolly.scalate",
externalResolvers <<= resolvers map { rs => Resolver.withDefaultResolvers(rs, mavenCentral = true, scalaTools = false) },
publishTo <<= (version) { version: String =>
val nexus = "http://nexus.scala-tools.org/content/repositories/"
if (version.trim.endsWith("SNAPSHOT")) Some("snapshots" at nexus+"snapshots/")
Expand Down

0 comments on commit f3fa082

Please sign in to comment.