Skip to content

Commit

Permalink
Update circe-generic, circe-parser to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
datahub-rewrite-bot committed Apr 28, 2024
1 parent c613d50 commit 4331e29
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 @@ -96,8 +96,8 @@ lazy val core = crossProject(JVMPlatform)
"org.apache.commons" % "commons-compress" % "1.26.1",
"com.lihaoyi" %% "sourcecode" % "0.4.1",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"io.circe" %% "circe-generic" % "0.14.6",
"io.circe" %% "circe-parser" % "0.14.6",
"io.circe" %% "circe-generic" % "0.14.7",
"io.circe" %% "circe-parser" % "0.14.7",
"co.fs2" %% "fs2-core" % "3.10.2",
"co.fs2" %% "fs2-io" % "3.10.2",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
Expand Down

0 comments on commit 4331e29

Please sign in to comment.