cloudformation-template-generator icon indicating copy to clipboard operation
cloudformation-template-generator copied to clipboard

Upgrade to Scala 2.13: cross builds for 2.11 and 2.12, all tests pass

Open orbang opened this issue 4 years ago • 0 comments

Hi, I have upgraded cloudformation-template-generator to Scala 2.13. It still cross builds for 2.11 and 2.12. Changes:

  • The majority of changes are related to the MapView change in the collections API
  • ScalaTest patch version upgrade (the old one doesn't have 2.13 artifacts)
  • A workaround has been added for the JsonWritable implicit conversion, which is required because of implicit resolution changes in 2.13 (see comment)
  • Traversable has been removed in Scala 2.13, replaced with an Iterator based impl.

Would it be possible to publish artifacts for 2.13 at some point?

orbang avatar Jul 09 '21 16:07 orbang