aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warski <adam@warski.org>2018-01-27 21:15:38 +0100
committerGitHub <noreply@github.com>2018-01-27 21:15:38 +0100
commitc40058e132d649f0f7874f1de7478fe2ebb05349 (patch)
tree6241cb521963f598a2f4fe274771975ad8520079
parent2eace89cb793ae365b71f614edc157a1b682e36b (diff)
parentc8c11e1a83bec18d4ff7b05ebc0c03e367328160 (diff)
downloadsttp-c40058e132d649f0f7874f1de7478fe2ebb05349.tar.gz
sttp-c40058e132d649f0f7874f1de7478fe2ebb05349.tar.bz2
sttp-c40058e132d649f0f7874f1de7478fe2ebb05349.zip
Merge pull request #62 from rider-yi/update_dependencies
Updating dependencies
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 02aba9b..f2dc2d7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -39,7 +39,7 @@ val akkaHttp = "com.typesafe.akka" %% "akka-http" % akkaHttpVersion
val monixVersion = "2.3.2"
val monix = "io.monix" %% "monix" % monixVersion
-val circeVersion = "0.8.0"
+val circeVersion = "0.9.1"
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.4"
@@ -122,7 +122,7 @@ lazy val asyncHttpClientCatsBackend: Project = (project in file(
.settings(
name := "async-http-client-backend-cats",
libraryDependencies ++= Seq(
- "org.typelevel" %% "cats-effect" % "0.6"
+ "org.typelevel" %% "cats-effect" % "0.8"
)
) dependsOn asyncHttpClientBackend