aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-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