From 4fa0d5e04032f59ac23b7421bcc6d4a66a0048d9 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 01:14:52 +0100 Subject: [PATCH] Update scalatest to 3.2.19 (#340) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- benchmark-java/build.sbt | 2 +- plugin-tester-scala/pom.xml | 2 +- sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt | 2 +- sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmark-java/build.sbt b/benchmark-java/build.sbt index fa97c3bc..a9acec8c 100644 --- a/benchmark-java/build.sbt +++ b/benchmark-java/build.sbt @@ -34,7 +34,7 @@ val root = project "io.grpc" % "grpc-testing" % grpcVersion, "org.hdrhistogram" % "HdrHistogram" % "2.1.12", "org.apache.commons" % "commons-math3" % "3.6.1", - "org.scalatest" %% "scalatest" % "3.2.18" % Test, + "org.scalatest" %% "scalatest" % "3.2.19" % Test, "org.scalatestplus" %% "junit-4-13" % "3.2.18.0" % Test), PB.artifactResolver := PB.artifactResolver.dependsOn(codeGenProject / Compile / publishLocal).value) diff --git a/plugin-tester-scala/pom.xml b/plugin-tester-scala/pom.xml index f8db6c3d..8120dc83 100644 --- a/plugin-tester-scala/pom.xml +++ b/plugin-tester-scala/pom.xml @@ -50,7 +50,7 @@ org.scalatest scalatest_2.12 - 3.2.18 + 3.2.19 test diff --git a/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt b/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt index 9193f877..a55b4ae2 100644 --- a/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt +++ b/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt @@ -18,7 +18,7 @@ val grpcVersion = "1.64.0" // checked synced by VersionSyncCheckPlugin libraryDependencies ++= Seq( "io.grpc" % "grpc-interop-testing" % grpcVersion % "protobuf-src", "org.apache.pekko" %% "pekko-grpc-interop-tests" % sys.props("project.version") % "test", - "org.scalatest" %% "scalatest" % "3.2.18" % Test) + "org.scalatest" %% "scalatest" % "3.2.19" % Test) scalacOptions ++= List("-unchecked", "-deprecation", "-language:_", "-encoding", "UTF-8") diff --git a/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt b/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt index cc40361d..b6e668cf 100644 --- a/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt +++ b/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/build.sbt @@ -14,4 +14,4 @@ scalacOptions += "-Xfatal-warnings" enablePlugins(PekkoGrpcPlugin) libraryDependencies ++= Seq( - "org.scalatest" %% "scalatest" % "3.2.18" % Test) + "org.scalatest" %% "scalatest" % "3.2.19" % Test)