From c9acdf95ebd9b84814920e4794966b4a2166f68f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 29 Apr 2020 17:06:34 +0200 Subject: [PATCH] Update scalaz-core to 7.3.0 --- AsynchronousSemaphore/build.sbt.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsynchronousSemaphore/build.sbt.shared b/AsynchronousSemaphore/build.sbt.shared index d59f04f9..e1f57231 100644 --- a/AsynchronousSemaphore/build.sbt.shared +++ b/AsynchronousSemaphore/build.sbt.shared @@ -1,4 +1,4 @@ -libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.2.30" +libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.3.0" libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0" % Test