mirror of https://github.com/sbt/sbt.git
need some compatibility parsing infrastructure for 0.11.x
This commit is contained in:
parent
bcd3f13a0d
commit
12fbac687f
|
|
@ -17,4 +17,7 @@ object Compat {
|
|||
|
||||
Classpaths.cachedUpdate(cacheDirectory / "update", Project.display(ref), module, missingOkConfig, Some(si), depsUpdated, s.log)
|
||||
}
|
||||
|
||||
import complete.DefaultParsers._
|
||||
lazy val StringBasic = NotSpaceClass.*.string
|
||||
}
|
||||
|
|
@ -128,6 +128,7 @@ object Plugin extends sbt.Plugin {
|
|||
val graph = loadFromContext(moduleGraphStore, ctx, state) getOrElse ModuleGraph(Nil, Nil)
|
||||
|
||||
import complete.DefaultParsers._
|
||||
import Compat._
|
||||
|
||||
def moduleFrom(modules: Seq[Module]) =
|
||||
modules.map { m =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue