From f03ed30b9b5e301867a7d414f76338b237d7801b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 May 2020 18:36:15 +0200 Subject: [PATCH] Update scalatest to 3.1.2 --- 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..bf386b1e 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.2" % Test scalacOptions += "-Ypartial-unification"