test.dep
directives aren't migrated from test scope files by fix
#3410
Labels
bug
Something isn't working
experimental
Tickets tied to experimental features.
subcommand:fix
issues tied to the `fix` sub-command.
UX
Milestone
Version(s)
d8b3313 / 1.5.4-94-gd8b33133f-SNAPSHOT
Describe the bug
When migrating directives with
fix
sub-command built-in rules,//> using dep
directives from test scope files get migrated to//> using test.dependency
directives inproject.scala. However, inconsistently with that,
//> using test.dependency` directives from test scope files don't get migrated at all.To Reproduce
given
and
when running
the resulting project configuration looks like this:
with one of the directives in
smth.test.scala
being kept back://> using test.dependency org.scalatest::scalatest::3.2.9
Expected behaviour
All
//> using test.dependency
directives should get migrated in this case.The text was updated successfully, but these errors were encountered: