Skip to content

Commit

Permalink
Update scala 2.11 version to 2.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
isnotinvain committed Jan 17, 2015
1 parent 292099f commit 6d1d5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object BijectionBuild extends Build {
val sharedSettings = Project.defaultSettings ++ osgiSettings ++ scalariformSettings ++ Seq(
organization := "com.twitter",

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

ScalariformKeys.preferences := formattingPreferences,

Expand Down

0 comments on commit 6d1d5b9

Please sign in to comment.