Skip to content

Commit

Permalink
Update embedded-kafka from 2.8.1 to 3.0.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
disco-scala-steward authored Jan 25, 2022
1 parent adbdcc0 commit e24545e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Dependencies {
val pureconfig = "com.github.pureconfig" %% "pureconfig" % "0.17.1"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0"

val embeddedKafka = "io.github.embeddedkafka" %% "embedded-kafka" % "2.8.1" % Test
val embeddedKafka = "io.github.embeddedkafka" %% "embedded-kafka" % "3.0.0" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.10" % Test

val core = Akka.base ++ Cats.all ++ Refined.all ++ Seq(
Expand Down

0 comments on commit e24545e

Please sign in to comment.