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

AWS 2-2: Upgrade to Latest Scala, SBT #105

Closed
4 tasks done
rajadain opened this issue Feb 14, 2024 · 3 comments
Closed
4 tasks done

AWS 2-2: Upgrade to Latest Scala, SBT #105

rajadain opened this issue Feb 14, 2024 · 3 comments
Assignees
Labels
AWS Funding Source: AWS

Comments

@rajadain
Copy link
Member

rajadain commented Feb 14, 2024

  • Investigate the appropriate versions of Scala and SBT to upgrade to
  • Upgrade Scala from v2.11.11 to v2.13.12
  • Upgrade SBT from v1.5.5 to v1.9.7
  • Remove the Summary project is there are issues with the upgrade
@rajadain rajadain added the AWS Funding Source: AWS label Feb 14, 2024
@rajadain rajadain changed the title Upgrade to Latest Scala, SBT AWS 2-1: Upgrade to Latest Scala, SBT Feb 14, 2024
@rajadain
Copy link
Member Author

Latest GeoTrellis is on Scala v2.13.12:

https://github.com/locationtech/geotrellis/blob/af71a4ae027bfeaa9a930bc086ca98186e701953/build.sbt#L4

This project is on v2.11.11:

val scala = either("SCALA_VERSION", "2.11.11")

This should be a relatively straightforward upgrade. Fortunately we're not upgrading to Scala 3, which is a significantly bigger migration step.

@rajadain
Copy link
Member Author

Latest GeoTrellis is on SBT v1.9.7:

https://github.com/locationtech/geotrellis/blob/af71a4ae027bfeaa9a930bc086ca98186e701953/sbt#L37

This project is on v1.5.5:

declare -r sbt_release_version="1.5.5"

@rajadain
Copy link
Member Author

Read this migration guide for how to upgrade SBT: https://github.com/sbt/sbt-assembly/blob/develop/Migration.md

@rajadain rajadain changed the title AWS 2-1: Upgrade to Latest Scala, SBT AWS 2-2: Upgrade to Latest Scala, SBT Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AWS Funding Source: AWS
Projects
None yet
Development

No branches or pull requests

2 participants