Skip to content

Commit

Permalink
Update circe-yaml to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrutsch committed Nov 8, 2023
1 parent c30ef7f commit 6b096b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
"com.typesafe" % "config" % "1.4.3",
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-parser" % circeVersion,
"io.circe" %% "circe-yaml" % "0.14.2",
"io.circe" %% "circe-yaml" % "0.15.1",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.typelevel" %% "cats-effect" % "3.5.2",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0"
Expand Down

0 comments on commit 6b096b4

Please sign in to comment.