mirror of https://github.com/sbt/sbt.git
Deprecate AnalysisFormats.
This commit is contained in:
parent
8046ad7eec
commit
3d5a348e1a
|
|
@ -15,6 +15,7 @@ package inc
|
|||
import Logger.{m2o, position, problem}
|
||||
import Relations.{Source => RSource}
|
||||
|
||||
@deprecated("Replaced by InternedAnalysisFormats. OK to remove in 0.14.", since="0.13.1")
|
||||
object AnalysisFormats
|
||||
{
|
||||
type RFF = Relation[File, File]
|
||||
|
|
|
|||
Loading…
Reference in New Issue