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 @@ -55,8 +55,8 @@ lazy val xml = crossProject.in(file("."))
55
55
// there is currently no previous released JS version, therefore MiMa is enabled only on JVM
56
56
mimaPreviousVersion := Some (" 1.0.6" ),
57
57
58
- libraryDependencies += " junit" % " junit" % " 4.11 " % " test" ,
59
- libraryDependencies += " com.novocode" % " junit-interface" % " 0.10 " % " test" ,
58
+ libraryDependencies += " junit" % " junit" % " 4.12 " % " test" ,
59
+ libraryDependencies += " com.novocode" % " junit-interface" % " 0.11 " % " test" ,
60
60
libraryDependencies += " org.apache.commons" % " commons-lang3" % " 3.5" % " test" ,
61
61
libraryDependencies += (" org.scala-lang" % " scala-compiler" % scalaVersion.value % " test" ).exclude(" org.scala-lang.modules" , s " scala-xml_ ${scalaBinaryVersion.value}" )
62
62
)
You can’t perform that action at this time.
0 commit comments