Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.

Commit

Permalink
Upgrade to Scala.js 0.6.15 and sbt 0.13.15 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnozzi authored and sjrd committed Apr 12, 2017
1 parent f82690a commit 36feba5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ version := "0.1-SNAPSHOT"

scalaVersion := "2.12.1"

persistLauncher in Compile := true

persistLauncher in Test := false
scalaJSUseMainModuleInitializer := true

testFrameworks += new TestFramework("utest.runner.Framework")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.13
sbt.version=0.13.15
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.14")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.15")

0 comments on commit 36feba5

Please sign in to comment.