Skip to content

Commit

Permalink
prepare release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed Oct 3, 2015
1 parent 93bb133 commit ade1f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object FlowBuild extends Build {
val scalaVersions = List("2.11.7", "2.12.0-M2")

lazy val commonSettings: Seq[Setting[_]] = Seq(
version := "2.3.0-SNAPSHOT",
version := "2.3.0",
scalaVersion in ThisBuild := scalaVersions.head,
crossScalaVersions in ThisBuild := scalaVersions.reverse,
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-target:jvm-1.8"),
Expand Down

0 comments on commit ade1f9e

Please sign in to comment.