Skip to content

Commit

Permalink
Merge pull request twitter#365 from twitter/bumpTo2114
Browse files Browse the repository at this point in the history
Bump from 2.11.2 to 2.11.4
  • Loading branch information
johnynek committed Dec 3, 2014
2 parents 25c0526 + da62e74 commit 7fae6f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: scala
scala:
- 2.10.4
- 2.11.2
- 2.11.4
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object AlgebirdBuild extends Build {
val sharedSettings = Project.defaultSettings ++ scalariformSettings ++ Seq(
organization := "com.twitter",
scalaVersion := "2.10.4",
crossScalaVersions := Seq("2.10.4", "2.11.2"),
crossScalaVersions := Seq("2.10.4", "2.11.4"),
ScalariformKeys.preferences := formattingPreferences,

resolvers ++= Seq(
Expand Down

0 comments on commit 7fae6f3

Please sign in to comment.