From cccbf7ee20b2ef9149ccd3c59c012ba77fb08c1f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Nov 2023 02:28:11 +0000 Subject: [PATCH] Update circe-yaml to 0.15.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9d60dd5..56e4051 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ credentials += Credentials(Path.userHome / ".sbt" / "sonatype_credential") libraryDependencies ++= Seq( "io.circe" %% "circe-core" % circeVersion, "io.circe" %% "circe-generic" % circeVersion, - "io.circe" %% "circe-yaml" % "0.14.2", + "io.circe" %% "circe-yaml" % "0.15.1", "org.scalatest" %% "scalatest" % "3.2.16" % Test, "org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % Test, "org.scalacheck" %% "scalacheck" % "1.17.0" % Test,