Skip to content

Commit

Permalink
Update circe-generic-extras to 0.14.3 (#88)
Browse files Browse the repository at this point in the history
* Update circe-generic-extras to 0.14.3

* Revert commit(s) e4d722b

* Update circe-generic-extras to 0.14.3

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 22, 2023
1 parent ee2621a commit f48a6f7
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 @@ -38,7 +38,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.4",
"io.circe" %%% "circe-generic" % "0.14.4",
"io.circe" %%% "circe-generic-extras" % "0.14.2",
"io.circe" %%% "circe-generic-extras" % "0.14.3",
"io.circe" %%% "circe-parser" % "0.14.4"
),
libraryDependencies ++= Seq(
Expand Down

0 comments on commit f48a6f7

Please sign in to comment.