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

Do small upgrades to sbt and sbt libs #2556

Closed
misaugstad opened this issue May 9, 2021 · 0 comments · Fixed by #2559
Closed

Do small upgrades to sbt and sbt libs #2556

misaugstad opened this issue May 9, 2021 · 0 comments · Fixed by #2559
Assignees

Comments

@misaugstad
Copy link
Member

Brief description of problem/feature

As opposed to #1258 which is about doing major upgrades to the libraries we use on the back-end, this issue is about making the small upgrades. For example, we are using sbt version 0.13.6, but we should be able to get as high as 0.13.17 without a problem (without needing to go to version 1.1). Similarly, we are using version 2.3.8 of the Play Framework, but we should be able to get up to 2.3.10 without needing to go up to 2.4.x. We should be able to do similar small upgrades to the libraries listed out in build.sbt.

I don't expect this to have a huge impact. But there should be some security fixes in those upgrades at least. And definitely some minor performance improvements. Maybe we get lucky and there's a new feature we can use :) I think that the upgrades to sbt might result in a faster compilation process, which would be great for development!

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

Successfully merging a pull request may close this issue.

1 participant