From 914515270f641338caa925c6192cd06e394212f2 Mon Sep 17 00:00:00 2001 From: Yuki Ishikawa Date: Wed, 16 May 2018 10:30:22 +0900 Subject: Update scalaz to 7.2.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 81785e8..e972cf9 100644 --- a/build.sbt +++ b/build.sbt @@ -107,7 +107,7 @@ lazy val asyncHttpClientScalazBackend: Project = (project in file( .settings( name := "async-http-client-backend-scalaz", libraryDependencies ++= Seq( - "org.scalaz" %% "scalaz-concurrent" % "7.2.21" + "org.scalaz" %% "scalaz-concurrent" % "7.2.23" ) ) dependsOn asyncHttpClientBackend -- cgit v1.2.3