Skip to content

Commit

Permalink
Merge c6dd61a into a0c3c78
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 7, 2023
2 parents a0c3c78 + c6dd61a commit 77104f4
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 77104f4

Please sign in to comment.