cloudformation-template-generator
cloudformation-template-generator copied to clipboard
Upgrade to Scala 2.13: cross builds for 2.11 and 2.12, all tests pass
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?