From b6c0b717455e55c5d2957d18a71d39b541c3d4f9 Mon Sep 17 00:00:00 2001 From: Fabian Grutsch Date: Wed, 15 Nov 2023 00:07:11 +0000 Subject: [PATCH] Update circe-yaml to 1.15.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 15159b5..1c05f19 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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.15.1", + "io.circe" %% "circe-yaml" % "1.15.0", "org.scalatest" %% "scalatest" % "3.2.17" % Test, "org.typelevel" %% "cats-effect" % "3.5.2", "org.typelevel" %% "log4cats-slf4j" % "2.6.0"