sbt/modules/sbt-lm-coursier/src/main/scala
Eugene Yokota 58912ff8f6 Use dataclass-scalafix for code gen
This is a prepration step for Scala 3 support.
Instead of data-class, this uses
https://github.com/hamnis/dataclass-scalafix.

Since it cannot use `withX` method in the data class itself with this
approach, I created `syntax` package object to extend some methods to
the generated classes.
2022-08-11 23:23:16 -04:00
..
coursier/sbtlmcoursier Use dataclass-scalafix for code gen 2022-08-11 23:23:16 -04:00
sbt/hack Address compilation warnings 2020-05-19 15:58:31 +02:00