Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2017-01-22 03:10:10 +0300
committerGitHub <noreply@github.com>2017-01-22 03:10:10 +0300
commit8ffa0b5676a56957a5212ef495300625f4936532 (patch)
tree40c4a08aff9368194e030667c1278760065739c4
parent7ab9939337c57e361d496702d407a524495e41b6 (diff)
Bump Akka to v2.3.16 (#49)
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index ca27b59..5ea66c6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -20,7 +20,7 @@ libraryDependencies += "com.google.code.gson" % "gson" % "2.8.0"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.9"
libraryDependencies ++= {
- val akkaV = "2.3.9"
+ val akkaV = "2.3.16"
val sprayV = "1.3.4"
Seq(
"io.spray" %% "spray-can" % sprayV,