aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-05-16 15:28:59 -0700
committerJakob Odersky <jakob@odersky.com>2016-06-09 03:30:35 -0700
commit92c4b3d41e06ad4b89004212c85248e9e6cd61d7 (patch)
tree69470f7c4ed48edaebea91964d7d552e7eaacf0d /project/Dependencies.scala
parentf6f26c2c9e3ec9bdd45fb384483b3450bef5984a (diff)
downloadakka-serial-92c4b3d41e06ad4b89004212c85248e9e6cd61d7.tar.gz
akka-serial-92c4b3d41e06ad4b89004212c85248e9e6cd61d7.tar.bz2
akka-serial-92c4b3d41e06ad4b89004212c85248e9e6cd61d7.zip
Move project to `ch.jodersky` and upgrade sbt-jni
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 a96a97d..ce1a6b1 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.4"
+ val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.4.7"
- val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.4.4"
+ val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.4.7"
}