From 066a060f0542dd7a5639d101531a054c56f2de8d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:55:24 +0100 Subject: [PATCH] Update scalatest to 3.2.19 (#129) Co-authored-by: Peter Vlugter <59895+pvlugter@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 873d6d9..f673b0c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -42,7 +42,7 @@ object Dependencies { val akkaJackson = "com.typesafe.akka" %% "akka-serialization-jackson" % AkkaVersion % Test val logback = "ch.qos.logback" % "logback-classic" % "1.5.16" % Test // EPL 1.0 / LGPL 2.1 - val scalaTest = "org.scalatest" %% "scalatest" % "3.2.12" % Test // ApacheV2 + val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test // ApacheV2 val junit = "junit" % "junit" % "4.12" % Test // Eclipse Public License 1.0 val junitInterface = "com.novocode" % "junit-interface" % "0.11" % Test // "BSD 2-Clause"