question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update sbt to 0.13.15

See original GitHub issue

sbt 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:closed
  • Created 6 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
TimMoorecommented, Jun 20, 2017

@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 in docs/build.sbt/docs/project/build.properties. This build still seems to have some other deprecation warnings, as well, that I missed in #391.

1reaction
eripcommented, Jun 26, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found