mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 01:23:37 +02:00
Place version and comment correctly in @deprecated
This commit is contained in:
@@ -905,7 +905,7 @@ object Defaults extends BuildCommon {
|
||||
|
||||
// These are project level settings that MUST be on every project.
|
||||
lazy val coreDefaultSettings: Seq[Setting[_]] = projectCore ++ disableAggregation
|
||||
@deprecated("0.13.2", "Default settings split into `coreDefaultSettings` and IvyModule/JvmModule plugins.")
|
||||
@deprecated("Default settings split into `coreDefaultSettings` and IvyModule/JvmModule plugins.", "0.13.2")
|
||||
lazy val defaultSettings: Seq[Setting[_]] = projectBaseSettings ++ defaultConfigs
|
||||
}
|
||||
object Classpaths {
|
||||
|
||||
Reference in New Issue
Block a user