lightbend / kalix-javascript-sdk

JavaScript and TypeScript SDKs for Kalix
https://docs.kalix.io/javascript/index.html
Apache License 2.0
22 stars 21 forks source link

chore: upgrade scala version to 2.13.10 #432

Closed efgpinto closed 1 year ago

efgpinto commented 1 year ago

FOSSA is complaining about this so I thought we could make it happier.

efgpinto commented 1 year ago

I suspected there was probably a reason for this not be have been done previously. At least I know now: sbt.librarymanagement.ResolveException: Error downloading org.wartremover:wartremover_2.13.9:2.4.13

johanandren commented 1 year ago

If we bump it we should make it 2.13.10 (for the serialization bugfix) but I don't think it is very important since it is only about codegen and not anything actually running in services.

johanandren commented 1 year ago

For 2.13.10 wartremover 2.4.21 should work (but not quite sure why we use it at all, I think scalafmt is enough, so maybe we could remove it from the codegen project)