From 43306a9cbda147f73db16a70111d6e2bbb12fc69 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Feb 2020 05:52:02 +0100 Subject: [PATCH] Update scalatest to 3.1.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..20f3b5e1 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.1" % Test scalacOptions += "-Ypartial-unification"