thesamet / sbt-protoc

SBT plugin for generating code from Protocol Buffer using protoc
Apache License 2.0
168 stars 51 forks source link

Update sbt to 1.9.6 #351

Closed povder closed 11 months ago

povder commented 11 months ago

This PR updates sbt to 1.9.6 for the purpose of publishing sbt-protoc with a valid Maven pattern now that https://github.com/sbt/sbt/issues/3410 is resolved. This will allow the use of sbt-protoc in enterprise environments.

I tried to make all the tests pass on my MacOS aarch64 laptop in nix-shell but the changes I had to make became quite big and I gave up so I'm only submitting a single commit (updating to sbt 1.9.6) and I hope github workflows will pass.

povder commented 11 months ago

Looks like the checks have succeeded :)