From 4734461f0d46a2d190a7e6922d77978a5f1c6037 Mon Sep 17 00:00:00 2001 From: Anand Singh <4903911+anand-singh@users.noreply.github.com> Date: Thu, 29 Sep 2022 01:17:58 +0000 Subject: [PATCH] Update scalatest from 3.2.11 to 3.2.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0bc95a7..6ffbccb 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.14" % Test, ) scalacOptions ++= Seq(