aboutsummaryrefslogtreecommitdiff
path: root/project/Build.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Build.scala')
-rw-r--r--project/Build.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 3469179..82b9c66 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -7,7 +7,7 @@ import NativeKeys._
object FlowBuild extends Build {
lazy val commonSettings: Seq[Setting[_]] = Seq(
- version := "2.2.2-SNAPSHOT",
+ version := "2.2.2",
scalaVersion in ThisBuild := "2.11.7",
crossScalaVersions in ThisBuild := Seq("2.10.5", "2.11.7"),
organization := "com.github.jodersky",
@@ -42,7 +42,7 @@ object FlowBuild extends Build {
javahHeaderDirectory := (baseDirectory in ThisBuild).value / "flow-native" / "src",
javahClasses := Seq("com.github.jodersky.flow.internal.NativeSerial"),
compileOrder in Compile := CompileOrder.Mixed,
- libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.3.12"
+ libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.3.13"
)
)