From dc5ac07aacb483acf1e9689353248cc391a7193b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 31 Aug 2020 08:37:45 +0200 Subject: [PATCH] Update scalatest to 3.1.4 --- 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..9754bfbc 100644 --- a/AsynchronousSemaphore/build.sbt.shared +++ b/AsynchronousSemaphore/build.sbt.shared @@ -1,6 +1,6 @@ libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.2.30" -libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0" % Test +libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test scalacOptions += "-Ypartial-unification"