From 098ac0e1c2bf481ea31e943721bf5b2fdd350887 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Mon, 29 Jul 2013 13:56:08 -0400 Subject: [PATCH] remove deprecated top-level aliases --- sbt/src/main/scala/package.scala | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sbt/src/main/scala/package.scala b/sbt/src/main/scala/package.scala index 34eeb1939..c5b9956a9 100644 --- a/sbt/src/main/scala/package.scala +++ b/sbt/src/main/scala/package.scala @@ -5,16 +5,6 @@ package object sbt extends sbt.std.TaskExtra with sbt.Types with sbt.ProcessExtr with sbt.PathExtra with sbt.ProjectExtra with sbt.DependencyFilterExtra with sbt.BuildExtra with sbt.TaskMacroExtra with sbt.ScopeFilter.Make { - @deprecated("Renamed to CommandStrings.", "0.12.0") - val CommandSupport = CommandStrings - - @deprecated("Use SettingKey, which is a drop-in replacement.", "0.11.1") - type ScopedSetting[T] = SettingKey[T] - @deprecated("Use TaskKey, which is a drop-in replacement.", "0.11.1") - type ScopedTask[T] = TaskKey[T] - @deprecated("Use InputKey, which is a drop-in replacement.", "0.11.1") - type ScopedInput[T] = InputKey[T] - type Setting[T] = Def.Setting[T] type ScopedKey[T] = Def.ScopedKey[T] type SettingsDefinition = Def.SettingsDefinition