Skip to content

Commit

Permalink
Merge pull request #190 from akka/wip-akka-dep-patriknw
Browse files Browse the repository at this point in the history
update to latest akka and akka-http
  • Loading branch information
patriknw authored Feb 13, 2017
2 parents a658c0c + a8f57b1 commit fd77687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._, Keys._
object Dependencies {

val ScalaVersions = Seq("2.11.8", "2.12.1")
val AkkaVersion = "2.4.16"
val AkkaVersion = "2.4.17"

val Common = Seq(
libraryDependencies ++= Seq(
Expand All @@ -15,7 +15,7 @@ object Dependencies {
)
)

val AkkaHttpVersion = "10.0.0"
val AkkaHttpVersion = "10.0.3"

val S3 = Seq(
libraryDependencies ++= Seq(
Expand Down

0 comments on commit fd77687

Please sign in to comment.