Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-library-2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Sep 6, 2024
2 parents 35ae392 + 3f66b96 commit f831797
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 f831797

Please sign in to comment.