Skip to content

Commit

Permalink
Merge pull request #104 from scala-steward/update/sbt-scalajs-1.0.1
Browse files Browse the repository at this point in the history
Update sbt-scalajs, scalajs-compiler to 1.0.1
  • Loading branch information
mergify[bot] committed Mar 6, 2020
2 parents 56f5200 + 2bb62a5 commit eb40990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scala:
env:
matrix:
- SCALAJS_VERSION="0.6.32"
- SCALAJS_VERSION="1.0.0"
- SCALAJS_VERSION="1.0.1"

script:
- sbt fullOptJS
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ enablePlugins(ScalaJSPlugin)
name := "aws-lambda-scalajs-facade"
organization := "net.exoego"
scalacOptions ++= Seq("-P:scalajs:sjsDefinedByDefault").filter { _ =>
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.0.0").startsWith("0.6.")
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.0.1").startsWith("0.6.")
}
// false positive on js.native
scalacOptions --= Seq(
Expand Down

0 comments on commit eb40990

Please sign in to comment.