Skip to content

Commit

Permalink
Update circe-core, circe-literal to 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 7, 2023
1 parent a0c3c78 commit c6dd61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/circe/build.sbt
Expand Up @@ -4,8 +4,8 @@ import Utilities._
crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.5",
"io.circe" %% "circe-literal" % "0.14.5" % Test,
"io.circe" %% "circe-core" % "0.14.6",
"io.circe" %% "circe-literal" % "0.14.6" % Test,
"org.typelevel" %% "jawn-parser" % "1.5.1" % Test
)

Expand Down

0 comments on commit c6dd61a

Please sign in to comment.