Skip to content

Commit

Permalink
fix project/src-plugins test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Mar 13, 2012
1 parent cf19af2 commit 1546ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt/src/sbt-test/project/src-plugins/plugin/build.sbt
@@ -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)
}

0 comments on commit 1546ff0

Please sign in to comment.