From 41a2491bfc5866d2460fe20362c430c9bea48b2f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 01:18:28 +0000 Subject: [PATCH] Update scalatest to 3.2.19 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 24e3425..3b2157c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -21,7 +21,7 @@ object Dependencies { val circeParser = "io.circe" %% "circe-parser" % V.circe val circeOptics = "io.circe" %% "circe-optics" % V.circeOptics - val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" + val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" val scalapbRuntime = "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf" val weaver = "com.disneystreaming" %% "weaver-cats" % "0.8.4"