mirror of https://github.com/sbt/sbt.git
Add missing imports
This commit is contained in:
parent
d693d0cde9
commit
0a8402a8a9
|
|
@ -1,5 +1,8 @@
|
|||
package sbt.internal.librarymanagement
|
||||
|
||||
import sbt.librarymanagement._
|
||||
import sbt.util.Logger
|
||||
|
||||
private[sbt] object CompatibilityWarning {
|
||||
def apply(module: IvySbt#Module, mavenStyle: Boolean, log: Logger): Unit = {
|
||||
if (mavenStyle) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue