Skip to content

Commit

Permalink
Update scalatest from 3.2.9 to 3.2.10 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Carter <[email protected]>
  • Loading branch information
disco-scala-steward and bcarter97 authored Jan 18, 2022
1 parent f2d7f75 commit efae84b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ object Dependencies {
val pureconfig = "com.github.pureconfig" %% "pureconfig" % "0.17.0"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"

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

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

0 comments on commit efae84b

Please sign in to comment.