aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2019-11-24 15:49:11 -0500
committerJakob Odersky <jakob@odersky.com>2019-11-24 15:49:11 -0500
commit857d88e1f9e8c357ed3747c9bc5c6343f35affa9 (patch)
tree07a2cecf2bca7b07538885c0a74037696c4d0bcf /project
parentfa4f0d2da682ae80b0b97a2e886c840db1120171 (diff)
downloadakka-serial-857d88e1f9e8c357ed3747c9bc5c6343f35affa9.tar.gz
akka-serial-857d88e1f9e8c357ed3747c9bc5c6343f35affa9.tar.bz2
akka-serial-857d88e1f9e8c357ed3747c9bc5c6343f35affa9.zip
upgrade Scala and dependencies
Diffstat (limited to 'project')
-rw-r--r--project/Dependencies.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ca2687b..2a8b958 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -4,10 +4,10 @@ import sbt._
object Dependencies {
- val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.5.23"
- val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.5.23"
+ val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.6.0"
+ val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.6.0"
- val akkaTestKit = "com.typesafe.akka" %% "akka-testkit" % "2.5.23"
+ val akkaTestKit = "com.typesafe.akka" %% "akka-testkit" % "2.6.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.0.8"
}