File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,10 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
104
104
.jvmSettings(
105
105
OsgiKeys .exportPackage := Seq (s " scala.xml.*;version= ${version.value}" ),
106
106
107
- libraryDependencies += " junit" % " junit" % " 4.12" % " test " ,
108
- libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % " test " ,
109
- libraryDependencies += " org.apache.commons" % " commons-lang3" % " 3.9" % " test " ,
110
- libraryDependencies += (" org.scala-lang" % " scala-compiler" % scalaVersion.value % " test " ).exclude(" org.scala-lang.modules" , s " scala-xml_ ${scalaBinaryVersion.value}" )
107
+ libraryDependencies += " junit" % " junit" % " 4.12" % Test ,
108
+ libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % Test ,
109
+ libraryDependencies += " org.apache.commons" % " commons-lang3" % " 3.9" % Test ,
110
+ libraryDependencies += (" org.scala-lang" % " scala-compiler" % scalaVersion.value % Test ).exclude(" org.scala-lang.modules" , s " scala-xml_ ${scalaBinaryVersion.value}" )
111
111
)
112
112
.jsSettings(
113
113
// Scala.js cannot run forked tests
You can’t perform that action at this time.
0 commit comments