Skip to content

Commit

Permalink
Merge pull request #235 from scala-steward/update/circe-core-0.14.9
Browse files Browse the repository at this point in the history
Update circe-core, circe-generic, ... to 0.14.9
  • Loading branch information
mergify[bot] authored Jul 4, 2024
2 parents 6cbb673 + ee6d0f8 commit 92d2a58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ scalacOptions := (CrossVersion.partialVersion(scalaBinaryVersion.value) match {
})

libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.8",
"io.circe" %% "circe-generic" % "0.14.8" % Test,
"io.circe" %% "circe-parser" % "0.14.8",
"io.circe" %% "circe-core" % "0.14.9",
"io.circe" %% "circe-generic" % "0.14.9" % Test,
"io.circe" %% "circe-parser" % "0.14.9",
"org.apache.kafka" % "kafka-clients" % "3.7.1",
"com.lihaoyi" %% "utest" % "0.8.3" % Test
)
Expand Down

0 comments on commit 92d2a58

Please sign in to comment.