Skip to content

Commit

Permalink
Merge pull request #321 from nrkno/update/circe-generic-0.14.7
Browse files Browse the repository at this point in the history
Update circe-generic, circe-parser to 0.14.7
  • Loading branch information
hamnis committed Apr 29, 2024
2 parents d0d3aa5 + 4331e29 commit 6c4f540
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 6c4f540

Please sign in to comment.