From eed0727c871ee4324c1a4d62bc52c6cd0f7bad07 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 21 Oct 2023 02:39:08 +0100 Subject: [PATCH] upgrade scalatest --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 93072dda..62dc876a 100644 --- a/build.sbt +++ b/build.sbt @@ -127,7 +127,7 @@ libraryDependencies ++= Seq( "tools.jackson.jaxrs" % "jackson-jaxrs-json-provider" % jacksonVersion % Test changing(), "javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test, "io.swagger" % "swagger-core" % "1.6.8" % Test, - "org.scalatest" %% "scalatest" % "3.2.16" % Test + "org.scalatest" %% "scalatest" % "3.2.17" % Test ) // build.properties