We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bf1f7 commit f54ef7aCopy full SHA for f54ef7a
project/ScalaCLBuild.scala
@@ -78,9 +78,7 @@ object ScalaCLBuild extends Build {
78
libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-compiler" % _),
79
libraryDependencies ++= Seq(
80
"org.scalatest" % "scalatest_2.11" % "2.2.3" % "test",
81
- "org.scalamock" % "scalamock-scalatest-support_2.11" % "3.1.2",
82
- "junit" % "junit" % "4.12" % "test",
83
- "com.novocode" % "junit-interface" % "0.11" % "test"
+ "org.scalamock" % "scalamock-scalatest-support_2.11" % "3.1.2"
84
)
85
86
0 commit comments