File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ val commonSettings = Seq(
3434)
3535
3636val commonJSSettings = Seq (
37- // Compile / emitSourceMaps := true,
37+ Compile / emitSourceMaps := true ,
3838 Test / parallelExecution := false ,
3939 Test / scalaJSStage := FastOptStage ,
4040 // ScalaJSBundlerPlugin does not work with scalajs-env-selenium:
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ inThisBuild(Seq(
66))
77
88val 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 " ),
1111 scalacOptions ++= Seq (
1212 " -feature" ,
1313 " -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 11logLevel := Level .Warn
22
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