Skip to content

Commit

Permalink
fix update-sbt-classifiers test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Jun 18, 2012
1 parent e85836d commit 05e9c2c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,3 +1,3 @@
resolvers += Resolver.url("sbt-plugin-snapshots", url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-snapshots/"))(Resolver.ivyStylePatterns)

addSbtPlugin("com.eed3si9n" % "sbt-twt" % "0.2.1-SNAPSHOT", sbtVersion="0.12.0-M2", scalaVersion="2.9.1")
addSbtPlugin("com.eed3si9n" % "sbt-twt" % "0.2.1", sbtVersion = "0.12")

0 comments on commit 05e9c2c

Please sign in to comment.