Skip to content

Commit b71ad98

Browse files
committed
SJS 1.0.1
1 parent 1c7a60e commit b71ad98

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inThisBuild(Seq(
99

1010
val 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

3131
val 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

4644
lazy val root = project.in(file("."))

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ logLevel := Level.Warn
22

33
libraryDependencies += "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
99
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")

0 commit comments

Comments
 (0)