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

Add the crossVersion syntax for migrate-libs #167

Closed
mlachkar opened this issue Mar 19, 2021 · 1 comment
Closed

Add the crossVersion syntax for migrate-libs #167

mlachkar opened this issue Mar 19, 2021 · 1 comment
Labels
feature Feature request

Comments

@mlachkar
Copy link
Contributor

mlachkar commented Mar 19, 2021

For example when migrate-libs projectId output

[info] ch.epfl.scala:scalafix-rules:0.9.26:test -> "ch.epfl.scala" % "scalafix-rules_2.13" % "0.9.26" % "test"

For sbt >= 1.5.0

      ("ch.epfl.scala"%% "scalafix-rules" % "0.9.26" % Test cross CrossVersion.for3Use2_13)

for sbt > 1.3

      (("ch.epfl.scala"%% "scalafix-rules" % "0.9.26" % Test).withDottyCompat(scalaVersion.value))
@mlachkar mlachkar added the feature Feature request label Mar 22, 2021
@mlachkar
Copy link
Contributor Author

mlachkar commented Jun 8, 2021

#235

@mlachkar mlachkar closed this as completed Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

1 participant