File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ val commonSettings = Seq(
34
34
)
35
35
36
36
val commonJSSettings = Seq (
37
- // Compile / emitSourceMaps := true,
37
+ Compile / emitSourceMaps := true ,
38
38
Test / parallelExecution := false ,
39
39
Test / scalaJSStage := FastOptStage ,
40
40
// ScalaJSBundlerPlugin does not work with scalajs-env-selenium:
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ inThisBuild(Seq(
6
6
))
7
7
8
8
val commonSettings = Seq (
9
- scalaVersion := " 2.12.7 " ,
10
- crossScalaVersions := Seq (" 2.11.12" , " 2.12.7 " ),
9
+ scalaVersion := " 2.12.10 " ,
10
+ crossScalaVersions := Seq (" 2.11.12" , " 2.12.10 " ),
11
11
scalacOptions ++= Seq (
12
12
" -feature" ,
13
13
" -deprecation" ,
Original file line number Diff line number Diff line change 1
- sbt.version = 1.2.6
1
+ # suppress inspection "UnusedProperty"
2
+ sbt.version =1.3.2
Original file line number Diff line number Diff line change 1
1
logLevel := Level .Warn
2
2
3
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.25 " )
4
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.14.0 " )
3
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.29 " )
4
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.15.0-0.6 " )
You can’t perform that action at this time.
0 commit comments