Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed Jun 2, 2015
1 parent f9fc70e commit c6cb29f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 2.2.0 (UNRELEASED)
# Version 2.2.0
- Feature: implement watching for new ports.
- Upgrade to Akka 2.3.11

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import NativeKeys._
object FlowBuild extends Build {

lazy val commonSettings: Seq[Setting[_]] = Seq(
version := "2.2.0-SNAPSHOT",
version := "2.2.0",
scalaVersion in ThisBuild := "2.11.6",
crossScalaVersions in ThisBuild := Seq("2.10.5", "2.11.6"),
organization := "com.github.jodersky",
Expand Down

0 comments on commit c6cb29f

Please sign in to comment.