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

Upgrade to sbt 1.x #3375

Closed
ebruchez opened this issue Nov 29, 2017 · 7 comments
Closed

Upgrade to sbt 1.x #3375

ebruchez opened this issue Nov 29, 2017 · 7 comments

Comments

@ebruchez
Copy link
Collaborator

See also #3373.

@ebruchez
Copy link
Collaborator Author

Scala.js 1.0 is dropping support for:

  • sbt 0.13
  • building on JDK 6 and JDK 7

@ebruchez
Copy link
Collaborator Author

See also sbt 1.3.0-RC1.

@ebruchez ebruchez changed the title Upgrade to sbt 1.0 Upgrade to sbt 1.x Nov 15, 2019
@ebruchez
Copy link
Collaborator Author

ebruchez commented Nov 15, 2019

What do we need to do this? Following a quick try:

  • sbt-sound fails
    • just remove
  • several other plugins fail dependencies
    • upgrading to newer versions resolves dependencies ok
  • IO.copy() fails to compile
  • more errors in our Project.scala
  • uglify-js doesn't seem to support disabling warnings anymore, so the build fails

@ebruchez
Copy link
Collaborator Author

Consider reworking how we minimize JavaScript and CSS files. See also #3897. Hopefully we can get rid of sbt-uglify.

@ebruchez
Copy link
Collaborator Author

Scala.js is considering dropping support for the 0.6 branch.

@ebruchez
Copy link
Collaborator Author

ebruchez commented Oct 2, 2020

https://github.com/djspiewak/sbt-github-packages only supports sbt 1.x.

@ebruchez
Copy link
Collaborator Author

ebruchez commented Oct 3, 2020

Found a way to stop uglify-js warnings and fixed a couple other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant