Skip to content

Commit

Permalink
Merge 234dfdb into c9af814
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 25, 2020
2 parents c9af814 + 234dfdb commit 97c4f94
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 @@ -17,7 +17,7 @@ object Dependencies {
val scalaTestScalaCheck = "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test //Since scalatest 3.1.0, scalacheck support is moved to `scalatestplus`
val scalaTestMockito = "org.scalatestplus" %% "mockito-3-4" % "3.2.3.0" % Test //Since scalatest 3.1.0, mockito support is moved to `scalatestplus`
val scalaTestSelenium = "org.scalatestplus" %% "selenium-3-141" % "3.2.2.0" % Test //Since scalatest 3.1.0, selenium support is moved to `scalatestplus`
val mockito: ModuleID = "org.mockito" % "mockito-core" % "3.6.0" % "test"
val mockito: ModuleID = "org.mockito" % "mockito-core" % "3.6.28" % "test"

val akkaActor: ModuleID = "com.typesafe.akka" %% "akka-actor" % akkaV % "provided"
val akkaStream: ModuleID = "com.typesafe.akka" %% "akka-stream" % akkaV % "provided"
Expand Down

0 comments on commit 97c4f94

Please sign in to comment.