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

sbt and scala library updates needed #298

Open
normana400 opened this issue May 11, 2024 · 0 comments
Open

sbt and scala library updates needed #298

normana400 opened this issue May 11, 2024 · 0 comments

Comments

@normana400
Copy link

looking at the current project, it is significantly behind on the latest scala and sbt libraries used in the build

sbt.version -> (current: 1.2.8, latest: 1.10.0)

crossScalaVersions:
2.13.x -> (current: 2.13.0, latest: 2.13.14)
2.12.x -> (current: 2.12.8, latest: 2.12.19)
2.11.x -> up to date
2.10.x -> up to date

dependencies:
scala-xml -> {current: 1.2.0, {latest: 2.3.0 (for 2.12 and higher), 1.3.1 (for 2.11)}}
scala-parser-combinators -> {current: 1.1.2 (for 2.12 and higher), 1.1.1 (for 2.11), latest: 2.4.0 (for 2.12 and higher), 1.1.1 (for 2.11)}

My proposal here is to update the project to the latest versions. The Scala-xml upgrade to 2.x is important since most other scala libraries have already ported to it (including scoverage).

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

No branches or pull requests

1 participant