sbt, the interactive build tool
Go to file
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
.github Update coursier/cache-action GitHub action 2021-07-27 00:45:39 +02:00
metadata@95874ca5bd Bump metadata submodule 2020-09-15 11:33:20 +02:00
modules Use dataclass-scalafix for code gen 2022-08-11 23:23:16 -04:00
project Use dataclass-scalafix for code gen 2022-08-11 23:23:16 -04:00
scripts Remove sbt-eviction-rules / sbt-version-policy for now 2021-11-23 18:55:06 +01:00
.gitignore Add .bsp to .gitignore 2020-10-23 16:30:16 +02:00
.gitmodules Use handmade metadata from separate repo 2018-10-01 16:55:27 +02:00
LICENSE Add LICENSE file 2016-11-10 11:24:46 -08:00
README.md Update README.md 2020-09-15 17:34:46 +02:00
build.sbt Use dataclass-scalafix for code gen 2022-08-11 23:23:16 -04:00
sbt Update sbt launcher (#276) 2020-10-06 11:40:32 +02:00

README.md

sbt-coursier

Build status Maven Central

sbt plugins of coursier

See the coursier documentation for more details.