From c51554cd985b5bfb95d712856bdf934a2fd1a85e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 11:04:53 +0000 Subject: [PATCH] Update scalatest to 3.2.19 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a9080733..68cca94e 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ lazy val commonSettings = Seq( "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0", "javax.annotation" % "javax.annotation-api" % "1.3.2", "junit" % "junit" % "4.13.2" % Test, - "org.scalatest" %% "scalatest" % "3.2.17" % Test, + "org.scalatest" %% "scalatest" % "3.2.19" % Test, "com.github.sbt" % "junit-interface" % "0.13.3" % Test, // Required by sbt to execute JUnit tests "ch.qos.logback" % "logback-classic" % "1.5.6" % Test ), @@ -154,7 +154,7 @@ lazy val coreScalaPB = (project in file("core-scalapb")) "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion, "com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1", "junit" % "junit" % "4.13.2" % Test, - "org.scalatest" %% "scalatest" % "3.2.17" % Test, + "org.scalatest" %% "scalatest" % "3.2.19" % Test, "com.github.sbt" % "junit-interface" % "0.13.3" % Test, // Required by sbt to execute JUnit tests "ch.qos.logback" % "logback-classic" % "1.5.6" % Test, "io.grpc" % "grpc-services" % Versions.grpcVersion % Test,