aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-06-05 21:31:53 -0700
committerGitHub <noreply@github.com>2018-06-05 21:31:53 -0700
commit22306dcd74c56ec68cc8776353264badabd0abf7 (patch)
tree884342c854a930e9319867c065afb0e9dafe153c
parent0e32ba314337cb23c13fa76b9bd1eee87549990c (diff)
downloaddriver-core-22306dcd74c56ec68cc8776353264badabd0abf7.tar.gz
driver-core-22306dcd74c56ec68cc8776353264badabd0abf7.tar.bz2
driver-core-22306dcd74c56ec68cc8776353264badabd0abf7.zip
Upgrade akka-http to latest version (#169)v1.10.0
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index ea6af52..a193f3d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,7 @@
import sbt._
import Keys._
-lazy val akkaHttpV = "10.0.11"
+lazy val akkaHttpV = "10.1.1"
lazy val core = (project in file("."))
.driverLibrary("core")