mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 17:25:23 +02:00
https://github.com/sbt/librarymanagement/pull/316 started returning Disabled companion object for `apply()` instead of creating a new instance. This leaked into JSON as it uses runtime types for union. This works around that by providing a hand-crafted format. Ref https://github.com/sbt/sbt/pull/4997