Skip to content

Commit

Permalink
sbt: bump up to scala 2.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailshergill committed May 4, 2015
1 parent 76741c9 commit 62cd5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Project.scala
Expand Up @@ -39,7 +39,7 @@ object ScalableEffectsBuild extends Build {
publishMavenStyle := true,
organization := ORG_NAME,
version := "0.1-SNAPSHOT",
scalaVersion := "2.11.5"
scalaVersion := "2.11.6"
)

def defaultProject: Project => Project = _.
Expand Down

0 comments on commit 62cd5e0

Please sign in to comment.