Use pureconfig instead of typesafe config

This commit is contained in:
Guntis Smaukstelis
2023-05-16 14:54:02 +03:00
parent 236946b20a
commit 590757183a
3 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -18,8 +18,8 @@ libraryDependencies ++= Seq(
"org.http4s" %% "http4s-circe" % http4sVersion,
"ch.qos.logback" % "logback-classic" % "1.2.9",
"com.typesafe" % "config" % "1.4.1",
"org.scala-lang" % "scala-reflect" % "2.13.10",
"com.github.pureconfig" %% "pureconfig" % "0.17.4",
"io.circe" %% "circe-core" % circeVersion,