File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ libraryDependencies ++= (
114
114
exclude(" org.scala-lang.modules" , " scala-xml_2.11.0-M5" ).
115
115
exclude(" org.scala-lang.modules" , " scala-xml_2.11.0-M6" ).
116
116
exclude(" org.scalacheck" , " scalacheck_2.11.0-M5" )
117
- Seq (" org.scala-lang.modules" % " scala-partest-interface_2.11.0-M5 " % " 0.2" % " test" intransitive,
118
- " org.scala-lang.modules" % " scala-partest_2.11.0-M5 " % TestKeys .partestVersion.value % " test" intransitive,
117
+ Seq (" org.scala-lang.modules" % s " scala-partest-interface_ ${scalaBinaryVersion.value} " % " 0.2" % " test" intransitive,
118
+ " org.scala-lang.modules" % s " scala-partest_ ${scalaBinaryVersion.value} " % TestKeys .partestVersion.value % " test" intransitive,
119
119
// diffutils is needed by partest
120
120
" com.googlecode.java-diff-utils" % " diffutils" % " 1.3.0" % " test" ,
121
121
" org.scala-lang" % " scala-compiler" % scalaVersion.value % " test" ).
You can’t perform that action at this time.
0 commit comments