Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

let's do a sweep and remove deprecated stuff #134

Closed
SethTisue opened this issue Oct 20, 2016 · 0 comments · Fixed by #141
Closed

let's do a sweep and remove deprecated stuff #134

SethTisue opened this issue Oct 20, 2016 · 0 comments · Fixed by #141
Milestone

Comments

@SethTisue
Copy link
Collaborator

sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin/Keys.scala:  @deprecated("Please use mimaPreviousArtifacts which allows setting more than one previous artifact.", "0.1.8")
sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin/Keys.scala:  @deprecated("Use mimaFailOnProblem",      "0.1.9") final val failOnProblem      = mimaFailOnProblem
sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin/Keys.scala:  @deprecated("Use mimaPreviousArtifacts",  "0.1.9") final val previousArtifacts  = mimaPreviousArtifacts
sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin/Keys.scala:  @deprecated("Use mimaPreviousClassfiles", "0.1.9") final val previousClassfiles = mimaPreviousClassfiles
sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin/Keys.scala:  @deprecated("Use mimaCurrentClassfiles",  "0.1.9") final val currentClassfiles  = mimaCurrentClassfiles
sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin/Keys.scala:  @deprecated("Use mimaFindBinaryIssues",   "0.1.9") final val findBinaryIssues   = mimaFindBinaryIssues
sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin/Keys.scala:  @deprecated("Use mimaReportBinaryIssues", "0.1.9") final val reportBinaryIssues = mimaReportBinaryIssues
sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin/Keys.scala:  @deprecated("Use mimaBinaryIssueFilters", "0.1.9") final val binaryIssueFilters = mimaBinaryIssueFilters
@SethTisue SethTisue added this to the 0.1.12 milestone Oct 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant