From 986728875c47414a34ee240ebaf95772f286f76b Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 4 Sep 2015 12:11:19 +0200 Subject: upgrade to akka 2.3.13; release --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project') 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" ) ) -- cgit v1.2.3