Skip to content

Commit 81c609d

Browse files
jkbradleylu-wang-dl
authored andcommitted
move scalactic dependency to test only (#152)
1 parent bd8ff0d commit 81c609d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ libraryDependencies ++= Seq(
4242
"com.typesafe.scala-logging" %% "scala-logging-api" % "2.1.2",
4343
"com.typesafe.scala-logging" %% "scala-logging-slf4j" % "2.1.2",
4444
// Matching scalatest versions from TensorFrames
45-
"org.scalactic" %% "scalactic" % "3.0.0",
45+
"org.scalactic" %% "scalactic" % "3.0.0" % "test",
4646
"org.scalatest" %% "scalatest" % "3.0.0" % "test"
4747
)
4848

0 commit comments

Comments
 (0)