From f7c06ea382581f90b1c06e61aa0b47efa4175ca2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Sep 2023 05:52:10 +0000 Subject: [PATCH] Update scalatest to 3.2.17 --- shared/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.sbt b/shared/build.sbt index 9f9f52f..e0ef711 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.17" % Test libraryDependencies += "com.thoughtworks.binding" %%% "futurebinding" % "12.1.1"