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

Updates sbt to 1.5.x #64

Merged
merged 2 commits into from
Dec 17, 2021
Merged

Updates sbt to 1.5.x #64

merged 2 commits into from
Dec 17, 2021

Conversation

colindean
Copy link
Collaborator

Also updates sbtx.

You may notice the commented-out dependency tree plugin. It seems like this plugin may not be available for Scala 2.11. We need to validate shipping for Scala 2.12/2.13 in our internal environment before we increment this publicly.

Also updates sbtx.

You may notice the commented-out dependency tree plugin. It seems like
this plugin may not be available for Scala 2.11. We need to validate
shipping for Scala 2.12/2.13 in our internal environment before we
increment this publicly.
It came out yesterday but SBT's downloads page wasn't updated yet when
I checked this morning!
@colindean colindean changed the title Updates sbt to 1.5.6 Updates sbt to 1.5.x Dec 15, 2021
Copy link
Collaborator

@c-horn c-horn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spark 2.X will never support scala >2.11 at Target (to my knowledge), spark >2.4 compiles for scala 2.12, we would need to at least bump to 2.4.

EDIT, see: https://search.maven.org/artifact/org.apache.spark/spark-sql_2.12

I'm not sure what the dependency tree plugin thing is doing there, it isn't listed directly:
https://github.com/target/data-validator/blob/master/project/plugins.sbt
It is probably better to remove it either way if we aren't using it for debugging transitive dependencies (it is something I would use from my global plugin config not project level).

@colindean colindean merged commit c17ec6a into master Dec 17, 2021
@colindean colindean deleted the sbt156 branch December 17, 2021 17:14
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

Successfully merging this pull request may close these issues.

3 participants