We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04194d6 commit e046d29Copy full SHA for e046d29
project/Build.scala
@@ -17,7 +17,7 @@ object AlgebirdBuild extends Build {
17
val sharedSettings = Project.defaultSettings ++ releaseSettings ++ Seq(
18
organization := "com.twitter",
19
scalaVersion := "2.9.3",
20
- crossScalaVersions := Seq("2.9.3", "2.10.0", "2.10.1"),
+ crossScalaVersions := Seq("2.9.3", "2.10.0"),
21
22
resolvers ++= Seq(
23
"snapshots" at "http://oss.sonatype.org/content/repositories/snapshots",
0 commit comments