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 bd8ff0d commit 81c609dCopy full SHA for 81c609d
build.sbt
@@ -42,7 +42,7 @@ libraryDependencies ++= Seq(
42
"com.typesafe.scala-logging" %% "scala-logging-api" % "2.1.2",
43
"com.typesafe.scala-logging" %% "scala-logging-slf4j" % "2.1.2",
44
// Matching scalatest versions from TensorFrames
45
- "org.scalactic" %% "scalactic" % "3.0.0",
+ "org.scalactic" %% "scalactic" % "3.0.0" % "test",
46
"org.scalatest" %% "scalatest" % "3.0.0" % "test"
47
)
48
0 commit comments