mirror of https://github.com/sbt/sbt.git
Fix compilation warnings
This commit is contained in:
parent
68bc4f53cf
commit
f82df10711
|
|
@ -17,6 +17,9 @@
|
|||
package net.virtualvoid.sbt.graph
|
||||
package backend
|
||||
|
||||
import scala.language.implicitConversions
|
||||
import scala.language.reflectiveCalls
|
||||
|
||||
import sbt._
|
||||
|
||||
object SbtUpdateReport {
|
||||
|
|
|
|||
Loading…
Reference in New Issue