aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-07-09 18:22:22 -0700
committerJakob Odersky <jakob@odersky.com>2016-07-09 18:22:22 -0700
commitd2cbc59328cf18c9323a9c80d2095353bcd513c3 (patch)
tree1ac9c058a55435d47b093a1976585fb03d309769 /project/Dependencies.scala
parentabb62fdc7617bbeaec8dd0751f9693f5d79c79c6 (diff)
downloadakka-serial-d2cbc59328cf18c9323a9c80d2095353bcd513c3.tar.gz
akka-serial-d2cbc59328cf18c9323a9c80d2095353bcd513c3.tar.bz2
akka-serial-d2cbc59328cf18c9323a9c80d2095353bcd513c3.zip
Update Scala 2.12 support to milestone 5
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 ce1a6b1..3079933 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.7"
+ val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.4.8"
- val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.4.7"
+ val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.4.8"
}