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.2 and Scala 2.11.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Mar 17, 2015
1 parent cb1c891 commit e80339d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "Example"

version := "0.1-SNAPSHOT"

scalaVersion := "2.11.5"
scalaVersion := "2.11.6"

persistLauncher in Compile := true

Expand Down
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.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.2")

0 comments on commit e80339d

Please sign in to comment.