aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3079933..527d911 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -4,8 +4,8 @@ import sbt._
object Dependencies {
- val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.4.8"
+ val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.4.11"
- val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.4.8"
+ val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.4.11"
}