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 07a05fe commit bc0779dCopy full SHA for bc0779d
project/Dependencies.scala
@@ -16,7 +16,7 @@ object Dependencies {
16
val scalatest = "org.scalatest" %% "scalatest" % scalatestVersion
17
18
val specs2 = Seq(
19
- "org.specs2" %% "specs2-core" % "4.21.0" % "provided",
+ "org.specs2" %% "specs2-core" % "4.22.0" % "provided",
20
"org.hamcrest" % "hamcrest-core" % "3.0" % "provided"
21
)
22
0 commit comments