mirror of https://github.com/sbt/sbt.git
Add stub for bin compat
This commit is contained in:
parent
5758e0d786
commit
f665ab1ac2
|
|
@ -128,6 +128,10 @@ final case class Missing(
|
|||
cont0(current0)
|
||||
}
|
||||
|
||||
@deprecated("Intended for internal use only", "1.0.0-RC7")
|
||||
def uniqueModules: Missing =
|
||||
this
|
||||
|
||||
}
|
||||
|
||||
final case class Continue(
|
||||
|
|
|
|||
Loading…
Reference in New Issue