Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #57 from hseeberger/upgrade-akka-http-2.0-m2
Browse files Browse the repository at this point in the history
Upgrade to Akka HTTP 2.0-M2
  • Loading branch information
hseeberger committed Dec 1, 2015
2 parents 663ef71 + de76665 commit eb9f5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Version {
val akka = "2.3.14"
val akkaHttp = "2.0-M1"
val akkaHttp = "2.0-M2"
val junit = "4.12"
val scala = "2.11.7"
val scalaCheck = "1.12.5"
Expand Down

0 comments on commit eb9f5e7

Please sign in to comment.