We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bb133 commit ade1f9eCopy full SHA for ade1f9e
project/Build.scala
@@ -9,7 +9,7 @@ object FlowBuild extends Build {
9
val scalaVersions = List("2.11.7", "2.12.0-M2")
10
11
lazy val commonSettings: Seq[Setting[_]] = Seq(
12
- version := "2.3.0-SNAPSHOT",
+ version := "2.3.0",
13
scalaVersion in ThisBuild := scalaVersions.head,
14
crossScalaVersions in ThisBuild := scalaVersions.reverse,
15
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-target:jvm-1.8"),
0 commit comments