From 1c769e8f6da9fd1d8dc77e08e46900f6439ddd6d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jan 2022 12:53:57 +0100 Subject: [PATCH] Update scalatest to 3.2.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2b97e8..f9c47c7 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ crossScalaVersions := Seq("2.13.5", "2.12.13") libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.4.1", "commons-codec" % "commons-codec" % "1.15" , - "org.scalatest" %% "scalatest" % "3.2.3" % Test + "org.scalatest" %% "scalatest" % "3.2.11" % Test ) licenses := Seq(("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")))