File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,9 @@ val commonSettings = Seq(
63
63
)
64
64
65
65
val commonJSSettings = Seq (
66
- Test / parallelExecution := false ,
67
66
Test / scalaJSStage := FastOptStage ,
67
+ Test / requireJsDomEnv := true ,
68
+ npmExtraArgs += " --silent" ,
68
69
scalacOptions += {
69
70
val localDir = (ThisBuild / baseDirectory).value.toURI.toString
70
71
val githubDir = " https://raw.githubusercontent.com/UdashFramework/scala-js-jquery"
@@ -84,7 +85,6 @@ lazy val root = project.in(file("."))
84
85
" com.lihaoyi" %%% " scalatags" % " 0.8.6" % Test
85
86
),
86
87
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" ,
90
90
)
Original file line number Diff line number Diff line change 1
1
# 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