Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Feb 7, 2024
1 parent 6116ed9 commit 3d90189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ lazy val examples = (projectMatrix in file("examples"))
libraryDependencies ++= Seq(
"org.apache.hadoop" % "hadoop-client" % hadoopVersion,
"org.apache.parquet" % "parquet-protobuf" % parquetVersion,
"io.github.embeddedkafka" %% "embedded-kafka" % "3.6.0",
"io.github.embeddedkafka" %% "embedded-kafka" % "3.6.1",
"ch.qos.logback" % "logback-classic" % logbackVersion,
"org.slf4j" % "log4j-over-slf4j" % slf4jVersion,
"com.github.fd4s" %% "fs2-kafka" % "3.2.0",
Expand Down Expand Up @@ -341,7 +341,7 @@ lazy val documentation = (projectMatrix in file("site"))
.settings(
publish / skip := true,
libraryDependencies ++= Seq(
"org.scalameta" %% "mdoc" % "2.4.0",
"org.scalameta" %% "mdoc" % "2.5.2",
"org.apache.hadoop" % "hadoop-client" % hadoopVersion,
"org.slf4j" % "slf4j-nop" % slf4jVersion,
"org.slf4j" % "log4j-over-slf4j" % slf4jVersion
Expand Down

0 comments on commit 3d90189

Please sign in to comment.