bazeltools / bazel-deps

Generate bazel dependencies for maven artifacts
MIT License
250 stars 121 forks source link

Bump up to scala 2.12 #341

Closed johnynek closed 1 year ago

johnynek commented 1 year ago

this only changes scala 2.12. It does not bump to a later bazel, or rules_scala. Since we do that, we bump to not the latest 2.12, but what was there in 2020.

To bump to later rules scala we need to also bump bazel and I want to upgrade one step at a time.

johnynek commented 1 year ago

reviewing just pom.xml might be the easiest thing to verify we only changed from 2.11 to 2.12 and all other versions stayed the same.

johnynek commented 1 year ago

close #330