circe codec derivation to models
This commit is contained in:
13
build.sbt
13
build.sbt
@@ -52,16 +52,17 @@ lazy val backend = project
|
||||
libraryDependencies += "co.fs2" %% "fs2-core" % "3.6.1",
|
||||
libraryDependencies += "org.typelevel" %% "cats-core" % "2.9.0",
|
||||
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.4.9",
|
||||
libraryDependencies ++= Seq(
|
||||
"io.circe" %% "circe-core",
|
||||
"io.circe" %% "circe-generic",
|
||||
"io.circe" %% "circe-parser"
|
||||
).map(_ % circeVersion)
|
||||
)
|
||||
.dependsOn(common)
|
||||
|
||||
lazy val common = project
|
||||
.in(file("common"))
|
||||
.settings(
|
||||
commonSettings
|
||||
commonSettings,
|
||||
libraryDependencies ++= Seq(
|
||||
"io.circe" %% "circe-core",
|
||||
"io.circe" %% "circe-generic",
|
||||
"io.circe" %% "circe-parser"
|
||||
).map(_ % circeVersion),
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user