File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ inThisBuild(Seq(
99
1010val commonSettings = Seq (
1111 scalaVersion := " 2.13.1" ,
12- crossScalaVersions := Seq (" 2.12.10 " , " 2.13.1" ),
12+ crossScalaVersions := Seq (" 2.12.11 " , " 2.13.1" ),
1313 scalacOptions ++= Seq (
1414 " -feature" ,
1515 " -deprecation" ,
@@ -29,7 +29,6 @@ val commonSettings = Seq(
2929)
3030
3131val commonJSSettings = Seq (
32- Compile / emitSourceMaps := true ,
3332 Test / parallelExecution := false ,
3433 Test / scalaJSStage := FastOptStage ,
3534 // ScalaJSBundlerPlugin does not work with scalajs-env-selenium:
@@ -40,7 +39,6 @@ val commonJSSettings = Seq(
4039 val githubDir = " https://raw.githubusercontent.com/UdashFramework/scala-js-jquery"
4140 s " -P:scalajs:mapSourceURI: $localDir-> $githubDir/v ${version.value}/ "
4241 },
43- scalacOptions += " -P:scalajs:sjsDefinedByDefault" ,
4442)
4543
4644lazy val root = project.in(file(" ." ))
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ logLevel := Level.Warn
22
33libraryDependencies += " org.scala-js" %% " scalajs-env-selenium" % " 0.3.0"
44
5- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.32 " )
6- addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler-sjs06 " % " 0.17.0" )
5+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.0.1 " )
6+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.17.0" )
77
88// Deployment configuration
99addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.0.0" )
You can’t perform that action at this time.
0 commit comments