We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example when migrate-libs projectId output
migrate-libs projectId
[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))
The text was updated successfully, but these errors were encountered:
#235
Sorry, something went wrong.
No branches or pull requests
For example when
migrate-libs projectId
outputFor sbt >= 1.5.0
for sbt > 1.3
The text was updated successfully, but these errors were encountered: