Skip to content

Commit

Permalink
Update version for release akka-stream-and-http-experimental-0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Nov 7, 2014
1 parent 2eda829 commit 7fb2966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/AkkaBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object AkkaBuild extends Build {

val requestedScalaVersion = System.getProperty("akka.scalaVersion", "2.10.4")
val Seq(scalaEpoch, scalaMajor) = """(\d+)\.(\d+)\..*""".r.unapplySeq(requestedScalaVersion).get.map(_.toInt)
val streamAndHttpVersion = "0.9-SNAPSHOT"
val streamAndHttpVersion = "0.10"

lazy val buildSettings = Seq(
organization := "com.typesafe.akka",
Expand Down Expand Up @@ -1569,4 +1569,4 @@ object DependencyHelpers {
*/
def deps(modules: ScalaVersionDependentModuleID*) =
libraryDependencies <++= scalaVersion(version => modules.flatMap(m => m.modules(version)))
}
}

0 comments on commit 7fb2966

Please sign in to comment.