From cc9e4b33c64348bf99f6eebfb7a9524eaff57d2f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 20:01:44 +0000 Subject: [PATCH] Update scalatest-flatspec, ... to 3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 08c219d..5f1d924 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import Keys._ val avroVersion = "1.11.3" val hadoopVersion = "3.4.0" val parquetVersion = "1.13.1" -val scalatestVersion = "3.2.18" +val scalatestVersion = "3.2.19" val tensorFlowVersion = "0.5.0" val commonSettings = Sonatype.sonatypeSettings ++ Seq(