Skip to content

Commit

Permalink
Update mockito-scala to 1.0.10 (seglo#216)
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Glover <[email protected]>
  • Loading branch information
2 people authored and JohnPreston committed May 4, 2022
1 parent 4b29247 commit e0e2bf0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import sbt._

object Version {
val Scala = "2.12.15"
val Akka = "2.6.17"
val Prometheus = "0.12.0"
val Fabric8 = "4.9.1"
val Kafka = "3.1.0"
val Testcontainers = "1.16.3"
val Scala = "2.12.11"
val Akka = "2.6.11"
val Prometheus = "0.8.1"
val Fabric8 = "4.9.1"
val Kafka = "2.5.0"
val Testcontainers = "1.15.1"
}

object Dependencies {
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 e0e2bf0

Please sign in to comment.