Skip to content

Commit

Permalink
Merge pull request #45 from scala-steward/update/circe-core-0.14.7
Browse files Browse the repository at this point in the history
Update circe-core, circe-parser to 0.14.7
  • Loading branch information
kitlangton authored Apr 28, 2024
2 parents b1f0819 + 9c3cbfc commit 51e13a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ lazy val circe = (crossProject(JSPlatform, JVMPlatform) in file("modules/neotype
name := "neotype-circe",
sharedSettings,
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.6",
"io.circe" %%% "circe-parser" % "0.14.6"
"io.circe" %%% "circe-core" % "0.14.7",
"io.circe" %%% "circe-parser" % "0.14.7"
)
)
.dependsOn(core % "compile->compile;test->test")
Expand Down

0 comments on commit 51e13a7

Please sign in to comment.