mirror of https://github.com/sbt/sbt.git
fix update-sbt-classifiers test
This commit is contained in:
parent
e85836d7cc
commit
05e9c2cdf4
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue