nikita-volkov / sext

A small extensions library for Scala
MIT License
37 stars 5 forks source link

Build scala 2.11 and 2.12 versions #9

Closed pjfanning closed 7 years ago

pjfanning commented 7 years ago

Publishing a scala 2.12 compatible jar would be a prerequisite to upgrading sorm.

pjfanning commented 7 years ago

Even if the same jar works in scala 2.12, the pom.xml has an upper bound on scala of 2.11.999

pjfanning commented 7 years ago

I tried out sext 0.2.6 and it works ok in scala 2.11 but one side effect is that it only works when using JRE 1.8.x. If supporting JRE 1.7 or 1.6 is important, we might need to revisit this pull request.