Skip to content
Snippets Groups Projects
Commit 28cb0c1c authored by Richard Alam's avatar Richard Alam
Browse files

- upgrade to latest akka version

parent 729c4cb4
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,7 @@ testOptions in Test += Tests.Argument(TestFrameworks.Specs2, "html", "console",
testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-h", "target/scalatest-reports")
libraryDependencies ++= {
val akkaVersion = "2.3.10"
val sprayVersion = "1.3.2"
val akkaVersion = "2.3.11"
Seq(
"com.typesafe.akka" %% "akka-actor" % akkaVersion,
"com.typesafe.akka" %% "akka-testkit" % akkaVersion % "test",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment