Skip to content

Commit 9dc6991

Browse files
Update scalaz-core to 7.3.6 (mockito#434)
[skip ci]
1 parent 1cb813a commit 9dc6991

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

project/Dependencies.scala

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ object Dependencies {
55
val scalatestVersion = "3.2.10"
66

77
val commonLibraries = Seq(
8-
"org.mockito" % "mockito-core" % "3.12.4",
9-
"org.scalactic" %% "scalactic" % scalatestVersion,
10-
"ru.vyarus" % "generics-resolver" % "3.0.3"
8+
"org.mockito" % "mockito-core" % "3.12.4",
9+
"org.scalactic" %% "scalactic" % scalatestVersion,
10+
"ru.vyarus" % "generics-resolver" % "3.0.3"
1111
)
1212

1313
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.15.2"
1414

1515
val scalatest = "org.scalatest" %% "scalatest" % scalatestVersion
1616

1717
val specs2 = Seq(
18-
"org.specs2" %% "specs2-core" % "4.10.6" % "provided",
19-
"org.hamcrest" % "hamcrest-core" % "2.2" % "provided"
18+
"org.specs2" %% "specs2-core" % "4.10.6" % "provided",
19+
"org.hamcrest" % "hamcrest-core" % "2.2" % "provided"
2020
)
2121

2222
def scalaReflection(scalaVersion: String) = "org.scala-lang" % "scala-reflect" % scalaVersion
2323

2424
val cats = "org.typelevel" %% "cats-core" % "2.0.0" % "provided"
25-
val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.5" % "provided"
25+
val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.6" % "provided"
2626

2727
val catsLaws = "org.typelevel" %% "cats-laws" % "2.0.0"
2828
val disciplineScalatest = "org.typelevel" %% "discipline-scalatest" % "2.1.1"

0 commit comments

Comments
 (0)