Skip to content

Commit

Permalink
Update circe-yaml to 0.15.2 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 13, 2024
1 parent 25dc442 commit e688513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.1",
"io.circe" %% "circe-yaml" % "0.15.2",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
Expand Down

0 comments on commit e688513

Please sign in to comment.