mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 19:05:53 +02:00
Remove all warnings from sbtProj
This commit is contained in:
@@ -67,6 +67,7 @@ trait Import {
|
||||
type Cache[I, O] = sbt.util.Cache[I, O]
|
||||
val Cache = sbt.util.Cache
|
||||
val CacheImplicits = sbt.util.CacheImplicits
|
||||
@deprecated("Use Tracked.inputChanged and Tracked.outputChanged instead", "1.0.1")
|
||||
type Changed[O] = sbt.util.Changed[O]
|
||||
type ChangeReport[T] = sbt.util.ChangeReport[T]
|
||||
val ChangeReport = sbt.util.ChangeReport
|
||||
|
||||
Reference in New Issue
Block a user