From bcaf176427e09cd4ae5280b0178bdf1e7b3e0568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 02:14:15 +0000 Subject: [PATCH] chore(deps): update dependency org.scalatest:scalatest to v3.2.19 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 186a473..bfcefc6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ import scalapb.compiler.Version._ object Dependencies { - private val scala_test = "org.scalatest" %% "scalatest" % "3.2.11" + private val scala_test = "org.scalatest" %% "scalatest" % "3.2.19" // gRPC private val grpc_netty = "io.grpc" % "grpc-netty" % grpcJavaVersion private val grpc_runtime = "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapbVersion