mirror of https://github.com/sbt/sbt.git
fix project/src-plugins test
This commit is contained in:
parent
cf19af27dc
commit
1546ff0175
|
|
@ -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)
|
||||
}
|
||||
Loading…
Reference in New Issue