Skip to content

Commit

Permalink
Update version for release akka-stream-and-http-experimental-1.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso committed Dec 23, 2014
1 parent 2ab5a1e commit 9acaa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/AkkaBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 = "1.0-SNAPSHOT"
val streamAndHttpVersion = "1.0-M2"

lazy val buildSettings = Seq(
organization := "com.typesafe.akka",
Expand Down

0 comments on commit 9acaa61

Please sign in to comment.