We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1c94f commit c009fa4Copy full SHA for c009fa4
project/Dependencies.scala
@@ -23,7 +23,7 @@ object Dependencies {
23
24
val specs2 = Seq(
25
"org.specs2" %% "specs2-core" % "4.10.6" % "provided",
26
- "org.hamcrest" % "hamcrest-core" % "2.2" % "provided"
+ "org.hamcrest" % "hamcrest-core" % "3.0" % "provided"
27
)
28
29
val scalaReflection = Def.setting(
0 commit comments