Skip to content

Commit e046d29

Browse files
author
Sam Ritchie
committed
adjust versions
1 parent 04194d6 commit e046d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object AlgebirdBuild extends Build {
1717
val sharedSettings = Project.defaultSettings ++ releaseSettings ++ Seq(
1818
organization := "com.twitter",
1919
scalaVersion := "2.9.3",
20-
crossScalaVersions := Seq("2.9.3", "2.10.0", "2.10.1"),
20+
crossScalaVersions := Seq("2.9.3", "2.10.0"),
2121

2222
resolvers ++= Seq(
2323
"snapshots" at "http://oss.sonatype.org/content/repositories/snapshots",

0 commit comments

Comments
 (0)