Skip to content

Commit

Permalink
Make Scala.js happy
Browse files Browse the repository at this point in the history
  • Loading branch information
smarter committed Aug 25, 2019
1 parent 71de5cb commit dfbb87a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,9 @@ object Build {
settings(
scalacOptions --= Seq("-Xfatal-warnings", "-deprecation"),

// Required to run Scala.js tests.
fork in Test := false,

sourceDirectory in fetchScalaJSSource := target.value / s"scala-js-src-$scalaJSVersion",

fetchScalaJSSource := {
Expand Down

0 comments on commit dfbb87a

Please sign in to comment.