Skip to content

Commit

Permalink
refactor: remove ReplaceWith from DependencyType.SOFT
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jul 31, 2022
1 parent 83cbb2f commit 3de999a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ enum class DependencyType {
/**
* Applies the dependency only if it was selected.
*/
@Deprecated("Will be removed when Patch Options is implemented.", ReplaceWith("HARD"))
@Deprecated("Will be removed when Patch Options is implemented.")
SOFT
}

0 comments on commit 3de999a

Please sign in to comment.