scala-json
scala-json copied to clipboard
Not compatible with Scala 2.12.+
Please make it compatible with Scala 2.12.+. Once linked in a project using this scala version I get this error:
unresolved dependency: com.mediamath#scala-json_2.12;1.0: not found
unresolved dependency: com.mediamath#scala-json_sjs0.6_2.12;1.0: not found
Yea, still working on the 2.12 release. There's some new oddities in the macros we're trying to figure out. Guessing we should have it within a week
doh!
Still no real resolution on the custom annotation macro issues yet, hoping to have something soon.
Everything should be available on this branch if you wanted to do a local build: https://github.com/MediaMath/scala-json/tree/2.12.x
Should be able to publishLocal from SBT there:
> ++2.12.1
> jsonJVM/publishLocal
Really the only feature not working so far is the ability to use "custom annotations", which is a rather tertiary feature
Yes, it works. I had to run this as well
jsonJS/publishLocal
👍
Any progress on this or is the lib dead?
not dead, still actually being used rather readily. unfortunately it has gone rather stale this year, but there are features coming up (JSON schema) and 2.12.x. The 2.12 stuff got pushed back because we held back up our upgrades inhouse here, but should be fixed by the end of the year.