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

Fail fast on sbt <0.13.13 #27

Closed
olafurpg opened this issue Dec 7, 2016 · 1 comment
Closed

Fail fast on sbt <0.13.13 #27

olafurpg opened this issue Dec 7, 2016 · 1 comment

Comments

@olafurpg
Copy link
Contributor

olafurpg commented Dec 7, 2016

The current error is cryptic:

[error] Reference to undefined setting:
[error]
[error]   scalafix-stub/*:update from */*:scalafixInternalJar ((scalafix.sbt.ScalafixPlugin) ScalafixPlugin.scala:58)
[error]
[error] Use 'last' for the full log.

It should be possible to check that sbtVersion.value is > 0.13.13

@olafurpg
Copy link
Contributor Author

I think the best solution would be to ditch sbt's build-in update mechanism+synthetic projects in favor of coursier. This has worked great in scalafmt.

stephenjudkins pushed a commit to stephenjudkins/scalafix that referenced this issue Jan 16, 2019
Support binary cross versioned scalafixDependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant