From fe73653a8dfd2700c1e3528d7bc7485e4d9870d6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Aug 2022 12:31:50 +0000 Subject: [PATCH] Update scalatest to 3.2.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bee9e0a..057b5d6 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ lazy val compilerOptions = Seq( lazy val shapelessVersion = "2.3.8" lazy val sparkVersion = "3.2.1" -lazy val scalatestVersion = "3.2.11" +lazy val scalatestVersion = "3.2.13" lazy val baseSettings = Seq( libraryDependencies ++= Seq(