Skip to content

Commit

Permalink
Merge pull request #182 from nafg/update-circe-yaml-dependency-version
Browse files Browse the repository at this point in the history
Update circe-yaml dependency version
  • Loading branch information
nafg committed May 23, 2024
2 parents 0df273e + 6b96715 commit 01d1195
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 @@ -58,7 +58,7 @@ lazy val writer =
.settings(
name := "mergify-writer",
libraryDependencies ++= Seq(
"io.circe" %% "circe-yaml" % "0.14.1",
"io.circe" %% "circe-yaml" % "1.15.0",
"io.circe" %% "circe-generic-extras" % "0.14.3",
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.9",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
Expand Down

0 comments on commit 01d1195

Please sign in to comment.