From 6751966577c0f005858f372458ccdb72be7d879f Mon Sep 17 00:00:00 2001 From: vlad Date: Thu, 5 Oct 2017 01:37:32 -0700 Subject: Fixing binary incompat --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index f820bcc..bebf2aa 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val core = (project in file(".")) "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.8.3", "com.github.pureconfig" %% "pureconfig" % "0.7.2", "com.lihaoyi" %% "fastparse" % "0.3.7", - "com.typesafe.akka" %% "akka-http" % "10.0.9", + "com.typesafe.akka" %% "akka-http" % "10.0.10", "com.typesafe.play" %% "play" % "2.5.15", "com.typesafe.scala-logging" %% "scala-logging" % "3.5.0", "io.getquill" %% "quill-jdbc" % "1.2.1", -- cgit v1.2.3