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

Incorrect Scala Version? #4

Open
jellykells opened this issue May 8, 2019 · 1 comment
Open

Incorrect Scala Version? #4

jellykells opened this issue May 8, 2019 · 1 comment

Comments

@jellykells
Copy link

Line 5 of "build.sbt" is scalaVersion := "2.12.12" but as far as I can tell this version of Scala does not exist.
2.12.8 is the latest stable version I can find, while 2.13.0 is the latest release candidate.

@jellykells
Copy link
Author

jellykells commented May 8, 2019

The plugin successfully compiles using Scala 2.12.8 after changing Line 5 to scalaVersion := "2.12.8"

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