From b68c21bb075e397f8a9b2d5b1dde5e1324b85af1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 10:06:49 +0000 Subject: [PATCH] Update scalatest to 3.2.18 --- shared/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.sbt b/shared/build.sbt index 9f9f52f..dad2e27 100644 --- a/shared/build.sbt +++ b/shared/build.sbt @@ -1,4 +1,4 @@ -libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.16" % Test +libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.18" % Test libraryDependencies += "com.thoughtworks.binding" %%% "futurebinding" % "12.1.1"