Update sbt to 0.13.15
See original GitHub issuesbt 0.13.15 has been released (0.13.14 was skipped): http://www.scala-sbt.org/0.13/docs/sbt-0.13-Tech-Previews.html#sbt+0.13.15
Before doing this, #391 should be completed.
As part of this update, the remaining deprecation warnings where triggeredBy
, etc. are used should be fixed.
We’ll also want to update all of the sample apps once this is released.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Download - sbt
Install sbt with cs setup ... Follow Install page, and install Scala using Coursier. ... This should install the latest stable version of...
Read more >How to update SBT version using homebrew? - Stack Overflow
sbt itself (for building projects). This is controlled via a project/build.properties file by project. So one launcher can launch many versions ...
Read more >SNAPSHOT artifacts behaviour in 0.13.15 - Google Groups
I've recently starting to notice a new SBT behaviour that I feel might be a bug / regression, but haven't been able to...
Read more >How to install old version of SBT using Homebrew - Tech TLDR;
Edit project/build.properties and add sbt.version=0.13.16 in there. Run sbt sbtVersion to pick up version from build.
Read more >Migrating SBT Plugins from 0.13.x to 1.x
Next we need to update our build.sbt file with some new settings. ... SBT 0.13.15 onwards recommends the creation of an AutoPlugin instead ......
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 FreeTop 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
Top GitHub Comments
@erip I believe you are more or less correct, but we should also fix the rest of the deprecation warnings as part of updating. This has just been waiting for someone to be free to do it. If you’d like to volunteer, that would be greatly appreciated!
In
lagom/lagom
, there is also the separate documentation build indocs/build.sbt
/docs/project/build.properties
. This build still seems to have some other deprecation warnings, as well, that I missed in #391.lagom/sbt-lagom-descriptor-generator’s build was failing prior to this update, so it’ll be a little less clear to see that the changes don’t affect the build. I’ll leave that one for you all. 😄 Everything else should be good, though!
Update: errors are consistent with those from previous failing build, so I’m convinced that I didn’t exacerbate… This 😈 issue is almost done. ha