From 85bf496e7b5bd42dd179bde95089b2ae5ec92f28 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 20 May 2020 03:24:57 +0200 Subject: [PATCH] Update scalaz-core to 7.3.1 --- 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..b4315088 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.1" libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0" % Test