aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/Dependencies.scala2
-rw-r--r--project/FlowBuild.scala4
-rw-r--r--project/build.properties2
3 files changed, 4 insertions, 4 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5e5b919..0d97b22 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
object Dependencies {
- lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.3.6"
+ lazy val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.3.8"
lazy val ioCore = "com.github.scala-incubator.io" %% "scala-io-core" % "0.4.3"
lazy val ioFile = "com.github.scala-incubator.io" %% "scala-io-file" % "0.4.3"
diff --git a/project/FlowBuild.scala b/project/FlowBuild.scala
index 35c6c8d..9d8b30f 100644
--- a/project/FlowBuild.scala
+++ b/project/FlowBuild.scala
@@ -7,8 +7,8 @@ import NativeKeys._
object FlowBuild extends Build {
val Organization = "com.github.jodersky"
- val ScalaVersion = "2.11.2"
- val Version = "2.0.6"
+ val ScalaVersion = "2.11.4"
+ val Version = "2.0.8"
lazy val commonSettings: Seq[Setting[_]] =
diff --git a/project/build.properties b/project/build.properties
index be6c454..748703f 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.5
+sbt.version=0.13.7