Comcast / sirius

A distributed system library for managing application reference data
http://comcast.github.io/sirius/
Apache License 2.0
298 stars 49 forks source link

Support cross-building for Scala 2.12+ #134

Closed HaloFour closed 5 years ago

HaloFour commented 5 years ago

Sirius currently doesn't support running with Scala 2.12 and due to some dependencies doesn't appear that it can be easily cross-built to support Scala 2.12. This is preventing me from updating any of my other dependencies that have moved to supporting Scala 2.12, such as money. I'd like to explore what would be necessary cross-build Sirius for both Scala 2.11 and 2.12+.

HaloFour commented 5 years ago

Resolved by #135, thank you!