We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c31c42 commit 23d3571Copy full SHA for 23d3571
build.sbt
@@ -549,7 +549,10 @@ lazy val scala_libraries_config = (project in file("scala-libraries-config"))
549
"io.circe" %% "circe-yaml" % "1.15.0",
550
circeDep,
551
circeParserDep
552
- )
+ ),
553
+ libraryDependencies += "is.cir" %% "ciris" % "3.5.0",
554
+ libraryDependencies += "is.cir" %% "ciris-circe" % "3.5.0",
555
+ libraryDependencies += "is.cir" %% "ciris-circe-yaml" % "3.5.0"
556
)
557
558
lazy val scala_strings = (project in file("scala-strings"))
0 commit comments