Skip to content

Commit

Permalink
Upgrade to Scala 2.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Sep 23, 2013
1 parent 03df481 commit 88e16b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/ScalaJSBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import SourceMapCat.catJSFilesAndTheirSourceMaps

object ScalaJSBuild extends Build {

val scalajsScalaVersion = "2.10.1"
val scalajsScalaVersion = "2.10.2"

val commonSettings = Defaults.defaultSettings ++ Seq(
organization := "ch.epfl.lamp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ object ScalaJSPlugin extends Plugin {

val scalaJSSettings: Seq[Setting[_]] = scalaJSAbstractSettings ++ Seq(
// you had better use the same version of Scala as Scala.js
scalaVersion := "2.10.1",
scalaVersion := "2.10.2",

// you will need the Scala.js compiler on the classpath
libraryDependencies += "ch.epfl.lamp" %% "scalajs-compiler" % "0.1-SNAPSHOT",
Expand Down
2 changes: 1 addition & 1 deletion scalalib/source
Submodule source updated 429 files

0 comments on commit 88e16b7

Please sign in to comment.