Skip to content

Commit

Permalink
Merge pull request #108 from nafg/update/circe-generic-extras-0.14.3
Browse files Browse the repository at this point in the history
Update circe-generic-extras to 0.14.3
  • Loading branch information
mergify[bot] committed May 21, 2023
2 parents f4bff41 + 4eee797 commit 6de3ef1
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 =
name := "mergify-writer",
libraryDependencies ++= Seq(
"io.circe" %% "circe-yaml" % "0.14.1",
"io.circe" %% "circe-generic-extras" % "0.14.1",
"io.circe" %% "circe-generic-extras" % "0.14.3",
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.3",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
"com.lihaoyi" %% "requests" % "0.8.0" % Test,
Expand Down

0 comments on commit 6de3ef1

Please sign in to comment.