Skip to content

Commit

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

libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.9",
"io.circe" %% "circe-generic" % "0.14.9" % Test,
"io.circe" %% "circe-parser" % "0.14.9",
"io.circe" %% "circe-core" % "0.14.10",
"io.circe" %% "circe-generic" % "0.14.10" % Test,
"io.circe" %% "circe-parser" % "0.14.10",
"org.apache.kafka" % "kafka-clients" % "3.8.0",
"com.lihaoyi" %% "utest" % "0.8.4" % Test
"com.lihaoyi" %% "utest" % "0.8.4" % Test
)

testFrameworks += new TestFramework("utest.runner.Framework")

0 comments on commit 3f66b96

Please sign in to comment.