mirror of https://github.com/sbt/sbt.git
Move CompatibilityWarning to sbt.internal.librarymanagement
This commit is contained in:
parent
598ac3c34c
commit
d693d0cde9
|
|
@ -1,4 +1,4 @@
|
||||||
package sbt
|
package sbt.internal.librarymanagement
|
||||||
|
|
||||||
private[sbt] object CompatibilityWarning {
|
private[sbt] object CompatibilityWarning {
|
||||||
def apply(module: IvySbt#Module, mavenStyle: Boolean, log: Logger): Unit = {
|
def apply(module: IvySbt#Module, mavenStyle: Boolean, log: Logger): Unit = {
|
||||||
Loading…
Reference in New Issue