Skip to content

Commit

Permalink
Update scalaVersion from 2.11.2 to 2.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Nov 21, 2014
1 parent 41ceb55 commit a4161d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 2/buid.sbt
Expand Up @@ -4,10 +4,10 @@ name := "xitrum-hazelcast2"

version := "1.12-SNAPSHOT"

scalaVersion := "2.11.2"
scalaVersion := "2.11.4"
//scalaVersion := "2.10.4"

crossScalaVersions := Seq("2.11.2", "2.10.4")
crossScalaVersions := Seq("2.11.4", "2.10.4")

scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked")

Expand Down
4 changes: 2 additions & 2 deletions 3/buid.sbt
Expand Up @@ -4,10 +4,10 @@ name := "xitrum-hazelcast3"

version := "1.12-SNAPSHOT"

scalaVersion := "2.11.2"
scalaVersion := "2.11.4"
//scalaVersion := "2.10.4"

crossScalaVersions := Seq("2.11.2", "2.10.4")
crossScalaVersions := Seq("2.11.4", "2.10.4")

scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked")

Expand Down

0 comments on commit a4161d0

Please sign in to comment.