Skip to content

Commit

Permalink
Update circe-core, circe-parser to 0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jwojnowski committed Sep 8, 2024
1 parent a165bf3 commit 89647bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ lazy val circe =
.settings(
name := "humanoid-circe",
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.9",
"io.circe" %% "circe-parser" % "0.14.9" % Test,
"org.scalameta" %% "munit" % "1.0.1" % Test
"io.circe" %% "circe-core" % "0.14.10",
"io.circe" %% "circe-parser" % "0.14.10" % Test,
"org.scalameta" %% "munit" % "1.0.1" % Test
)
)

Expand Down

0 comments on commit 89647bb

Please sign in to comment.