From 3652ed0370b066be5f8e176b8e39657e4e0af0c3 Mon Sep 17 00:00:00 2001 From: Anand Singh <4903911+anand-singh@users.noreply.github.com> Date: Tue, 27 Sep 2022 01:16:17 +0000 Subject: [PATCH] Update scalatest from 3.2.11 to 3.2.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0bc95a7..4bb0ff1 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val root = (project in file(".")) lazy val dependencies = Seq( "ch.qos.logback" % "logback-classic" % "1.2.10", - "org.scalatest" %% "scalatest" % "3.2.11" % Test, + "org.scalatest" %% "scalatest" % "3.2.13" % Test, ) scalacOptions ++= Seq(