File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,9 @@ val commonSettings = Seq(
6363)
6464
6565val commonJSSettings = Seq (
66- Test / parallelExecution := false ,
6766 Test / scalaJSStage := FastOptStage ,
67+ Test / requireJsDomEnv := true ,
68+ npmExtraArgs += " --silent" ,
6869 scalacOptions += {
6970 val localDir = (ThisBuild / baseDirectory).value.toURI.toString
7071 val githubDir = " https://raw.githubusercontent.com/UdashFramework/scala-js-jquery"
@@ -84,7 +85,6 @@ lazy val root = project.in(file("."))
8485 " com.lihaoyi" %%% " scalatags" % " 0.8.6" % Test
8586 ),
8687
87- Compile / npmDependencies += " jquery" -> " 3.3.1" ,
88- jsDependencies += " org.webjars" % " jquery" % " 3.3.1" / " 3.3.1/jquery.js" ,
89- Test / requireJsDomEnv := true
88+ Compile / npmDependencies += " jquery" -> " 3.4.1" ,
89+ jsDependencies += " org.webjars" % " jquery" % " 3.4.1" / " 3.4.1/jquery.js" ,
9090 )
Original file line number Diff line number Diff line change 11# suppress inspection "UnusedProperty"
2- sbt.version =1.3.8
2+ sbt.version =1.3.9
You can’t perform that action at this time.
0 commit comments