Merge pull request #1550 from eikek/addons-experiment

Addons experiment
This commit is contained in:
mergify[bot]
2022-05-15 22:05:59 +00:00
committed by GitHub
199 changed files with 11062 additions and 128 deletions

View File

@ -264,6 +264,9 @@ object Dependencies {
val circeGenericExtra = Seq(
"io.circe" %% "circe-generic-extras" % CirceVersion
)
val circeYaml = Seq(
"io.circe" %% "circe-yaml" % CirceVersion
)
// // https://github.com/Log4s/log4s;ASL 2.0
// val loggingApi = Seq(