10000
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 d42a303 commit 3408711Copy full SHA for 3408711
project/Build.scala
@@ -51,8 +51,9 @@ object Configuration {
51
52
val commonVersion = "0.2.19-SNAPSHOT"
53
val projectScalaVersion = "2.11.7"
54
+ val specs2Version = "2.5"
55
- val specs2Dependency = "org.specs2" %% "specs2" % "2.5" % "test"
56
+ val specs2Dependency = "org.specs2" %% "specs2-core" % specs2Version % "test"
57
val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.1.6" % "test"
58
59
val commonDependencies = Seq(
0 commit comments