Skip to content

Commit 391d7fc

Browse files
committed
Try to set test.cassandra.version
1 parent afc893b commit 391d7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala/sbt/dse/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ libraryDependencies ++= Seq(
3636
) // Excluded to allow for Cassandra to run embedded
3737

3838
//Forking is required for the Embedded Cassandra
39+
javaOptions in Test += s"-Dtest.cassandra.version=$cassandraVersion"
3940
fork in Test := true
4041

41-
4242
//Your dependencies
4343
//libraryDependencies += "org.apache.commons" % "commons-math3" % "3.6.1"
4444
//libraryDependencies += "org.apache.commons" % "commons-csv" % "1.0"

0 commit comments

Comments
 (0)