Skip to content

Commit

Permalink
Merge pull request #8 from everpeace/feature/upgrade-libraries
Browse files Browse the repository at this point in the history
upgrade various librarie dependencies
  • Loading branch information
everpeace authored Nov 3, 2017
2 parents 5e5162f + 35d5759 commit a538f76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.2.1-SNAPSHOT"
version in ThisBuild := "0.3.0-SNAPSHOT"

0 comments on commit a538f76

Please sign in to comment.