From 3e939207527a80449bf1c48d16ca88107422d126 Mon Sep 17 00:00:00 2001 From: Emarsys Security Date: Wed, 28 Sep 2022 20:05:26 +0200 Subject: [PATCH] CDP-1765: Update scalatest from 3.2.13 to 3.2.14 (#161) Co-authored-by: Scala Steward --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index be64e14..828935b 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ scalacOptions := scalacOptionsFor(scalaVersion.value) libraryDependencies ++= { val akkaV = "2.6.20" val akkaHttpV = "10.2.10" - val scalaTestV = "3.2.13" + val scalaTestV = "3.2.14" Seq( "com.typesafe.akka" %% "akka-http-core" % akkaHttpV, "com.typesafe.akka" %% "akka-http" % akkaHttpV,