aboutsummaryrefslogtreecommitdiff
path: root/project/Build.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Build.scala')
-rw-r--r--project/Build.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 10dd228..3806b4e 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -91,9 +91,9 @@ object ApplicationBuild extends Build {
settings(commonSettings: _*)
settings(
libraryDependencies ++= Seq(
- "com.typesafe.akka" %% "akka-actor" % "2.3.9",
- "com.github.jodersky" %% "flow" % "2.1.0",
- "com.github.jodersky" % "flow-native" % "2.1.0"
+ "com.typesafe.akka" %% "akka-actor" % "2.3.10",
+ "com.github.jodersky" %% "flow" % "2.1.1",
+ "com.github.jodersky" % "flow-native" % "2.1.1"
)
)
)
@@ -127,4 +127,4 @@ object ApplicationBuild extends Build {
settings(scalajsSettings: _*)
)
-} \ No newline at end of file
+}