From 8c74f7f559f600d5063d7f9457ffb65dc1bc0495 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 7 Jan 2023 20:15:39 +0000 Subject: [PATCH] Update scalatest, scalatest-mustmatchers to 3.2.15 --- core/project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/project/Dependencies.scala b/core/project/Dependencies.scala index c8d953807..b0d4c6422 100644 --- a/core/project/Dependencies.scala +++ b/core/project/Dependencies.scala @@ -18,7 +18,7 @@ object Dependencies { //TODO remove jacksonDatabind when jackson 2.13.3 plus excludes in avro and jacksonScala val jacksonDatabind = "2.14.1" val slf4j = "1.7.30" - val scalaTest = "3.2.14" + val scalaTest = "3.2.15" val maven = "3.8.5" }