fix project/src-plugins test

This commit is contained in:
Mark Harrah 2012-03-13 08:01:58 -04:00
parent cf19af27dc
commit 1546ff0175
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
libraryDependencies <<= (libraryDependencies, appConfiguration) { (deps, conf) =>
deps :+ ("org.scala-sbt" %% "sbt" % conf.provider.id.version)
deps :+ ("org.scala-sbt" % "sbt" % conf.provider.id.version)
}