2.11 Release?
See original GitHub issueHey all, I’m trying to build some plugins for 2.11 and running into issues. It looks like there’s no 2.11 release of sbt, so you can’t compile macros because the existing releases are all build on scala 2.10. Is there a timetable / snapshot / nightly / anything I can use?
I’m seeing these errors
[error] /Users/adam/src/backln/sbt-docker/src/main/scala/sbtdocker/DockerKeys.scala:6: can't expand macros compiled by previous versions of Scala
[error] val docker = taskKey[ImageId]("Build a Docker image.")
[error] ^
That lead me to several SO articles, and this one is just the best answer. (Even if its from August '14) https://stackoverflow.com/questions/23282469/does-sbt-builds-againts-scala-2-11
Issue Analytics
- State:
- Created 9 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Update 2.1 | Geometry Dash Wiki - Fandom
Update 2.1 is the eleventh official update to Geometry Dash. It was released on 16 January 2017 for Steam, and on 18 January...
Read more >Jackson Release 2.11 · FasterXML/jackson Wiki - GitHub
Version 2.11 of Jackson was released on April 26, 2020. This wiki page gives a list of links to all changes (with brief...
Read more >Release 2.11 (2022-08-25) - NixOS
Release 2.11 (2022-08-24). nix copy now copies the store paths in parallel as much as possible (again). This doesn't apply for the daemon...
Read more >Gradle 2.11 Release Notes
This release delivers significant improvements to the new software model, together with improvements to IDE integration and continuous build. The software ...
Read more >Software release 2.11 - reMarkable Support
Software release 2.11. Update 2.11 adds OneDrive to the list of third-party cloud storage solutions available to Connect subscribers.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello,
I actually have the same issue, but the impact is rather important since I’m using SBT to download and inject new dependencies into notebooks (in the spark-notebook).
So the thing is now working very well (even deps on s3 are working) in 2.10, but now I’m stuck with the 2.11 support. Although everything will work (spark repl, scheduling and so forth) only the deps management fails.
So I was wondering if there is a short term plan to have a 0.14 branch with the same 0.13 code bases and features maybe but with cross build enabled?
I know 1.0 is on the way but I guess it may take again some time before it lands, right?
Any other idea is more than welcome 😄.
thanks for reading andy
ok, thanks