From c8c11e1a83bec18d4ff7b05ebc0c03e367328160 Mon Sep 17 00:00:00 2001 From: Yuki Ishikawa Date: Fri, 26 Jan 2018 11:08:53 +0900 Subject: Update cats-effect to 0.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 0c5511b..f2dc2d7 100644 --- a/build.sbt +++ b/build.sbt @@ -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 -- cgit v1.2.3