sbt / contraband

http://www.scala-sbt.org/contraband/
Other
69 stars 22 forks source link

Use ScalaJson instead of json4s #150

Closed eed3si9n closed 4 years ago

eed3si9n commented 4 years ago

Contraband for Scala 2.12 is using Json4s 3.4.2 from 2016 that includes a bug https://github.com/json4s/json4s/issues/455 that makes it no work with Scala 2.12.12. This removed the dependency to Json4s altogether and uses ScalaJson instead.