sbt/modules
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
..
custom-protocol-for-test/src/main/scala/coursier/cache/protocol Add support for custom protocols (#327) 2021-11-23 21:14:52 +01:00
custom-protocol-java-for-test/src/main/java/coursier/cache/protocol Add support for custom protocols (#327) 2021-11-23 21:14:52 +01:00
definitions/src/main/scala/lmcoursier Use dataclass-scalafix for code gen 2022-08-11 23:23:16 -04:00
lm-coursier/src Use dataclass-scalafix for code gen 2022-08-11 23:23:16 -04:00
sbt-coursier/src Stop running neo-sbt-scalafmt test with sbt-coursier 2021-12-15 00:25:23 +01:00
sbt-coursier-shared/src/main/scala/coursier Use dataclass-scalafix for code gen 2022-08-11 23:23:16 -04:00
sbt-lm-coursier/src/main/scala Use dataclass-scalafix for code gen 2022-08-11 23:23:16 -04:00