Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Update mockito-scala to 1.0.10 (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Glover <[email protected]>
  • Loading branch information
scala-steward and seglo authored Nov 20, 2021
1 parent f02cc1b commit dd6b943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ object Version {
val Scala = "2.12.11"
val Akka = "2.6.11"
val Prometheus = "0.8.1"
val Fabric8 = "4.9.2"
val Kafka = "2.5.1"
val Fabric8 = "4.9.1"
val Kafka = "2.5.0"
val Testcontainers = "1.15.1"
}

Expand Down Expand Up @@ -43,7 +43,7 @@ object Dependencies {
val AkkaTypedTestKit = "com.typesafe.akka" %% "akka-actor-testkit-typed" % Version.Akka % Test
val ScalaTest = "org.scalatest" %% "scalatest" % "3.1.4" % Test
val AkkaStreamsTestKit = "com.typesafe.akka" %% "akka-stream-testkit" % Version.Akka % Test
val MockitoScala = "org.mockito" %% "mockito-scala" % "1.0.8" % Test
val MockitoScala = "org.mockito" %% "mockito-scala" % "1.0.10" % Test
val AlpakkaKafkaTestKit = "com.typesafe.akka" %% "akka-stream-kafka-testkit" % "2.0.7" % Test excludeAll(jacksonExclusionRule, log4jExclusionRule, slf4jExclusionRule)
val TestcontainersKafka = "org.testcontainers" % "kafka" % Version.Testcontainers % Test
val TestcontainersInfluxDb = "org.testcontainers" % "influxdb" % Version.Testcontainers % Test
Expand Down

0 comments on commit dd6b943

Please sign in to comment.