Skip to content

Commit

Permalink
upgrade various library versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
everpeace committed Nov 3, 2017
1 parent 5e5162f commit 5c72cc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import sbt._

object Version {
val Scala = Seq("2.11.11", "2.12.4")
val circe = "0.6.1"
val akka = "2.4.19"
val akkaHttp = "10.0.9"
val circe = "0.7.1"
val akka = "2.5.6"
val akkaHttp = "10.0.10"
val akkaHttpCirce = "1.15.0"
val cats = "0.8.1"
val scalaTest = "3.0.3"
val akkaHttpCirce = "1.11.0"
val paradise = "2.1.0"
}

Expand Down

0 comments on commit 5c72cc8

Please sign in to comment.