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("."))
5555 // there is currently no previous released JS version, therefore MiMa is enabled only on JVM
5656 mimaPreviousVersion := Some (" 1.0.6" ),
5757
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" ,
6060 libraryDependencies += " org.apache.commons" % " commons-lang3" % " 3.5" % " test" ,
6161 libraryDependencies += (" org.scala-lang" % " scala-compiler" % scalaVersion.value % " test" ).exclude(" org.scala-lang.modules" , s " scala-xml_ ${scalaBinaryVersion.value}" )
6262 )
You can’t perform that action at this time.
0 commit comments