File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ inThisBuild(Seq(
9
9
10
10
val commonSettings = Seq (
11
11
scalaVersion := " 2.13.1" ,
12
- crossScalaVersions := Seq (" 2.12.10 " , " 2.13.1" ),
12
+ crossScalaVersions := Seq (" 2.12.11 " , " 2.13.1" ),
13
13
scalacOptions ++= Seq (
14
14
" -feature" ,
15
15
" -deprecation" ,
@@ -29,7 +29,6 @@ val commonSettings = Seq(
29
29
)
30
30
31
31
val commonJSSettings = Seq (
32
- Compile / emitSourceMaps := true ,
33
32
Test / parallelExecution := false ,
34
33
Test / scalaJSStage := FastOptStage ,
35
34
// ScalaJSBundlerPlugin does not work with scalajs-env-selenium:
@@ -40,7 +39,6 @@ val commonJSSettings = Seq(
40
39
val githubDir = " https://raw.githubusercontent.com/UdashFramework/scala-js-jquery"
41
40
s " -P:scalajs:mapSourceURI: $localDir-> $githubDir/v ${version.value}/ "
42
41
},
43
- scalacOptions += " -P:scalajs:sjsDefinedByDefault" ,
44
42
)
45
43
46
44
lazy val root = project.in(file(" ." ))
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ logLevel := Level.Warn
2
2
3
3
libraryDependencies += " org.scala-js" %% " scalajs-env-selenium" % " 0.3.0"
4
4
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" )
7
7
8
8
// Deployment configuration
9
9
addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.0.0" )
You can’t perform that action at this time.
0 commit comments