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