From bded113c325c4ae9e92432b3029705a6de6d0aaf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 06:06:55 +0000 Subject: [PATCH] Update scalatest to 3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8755d89..9ab6587 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.2" libraryDependencies ++= Seq( "com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion, "com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "protobuf,test", - "org.scalatest" %% "scalatest" % "3.2.17" % "test", + "org.scalatest" %% "scalatest" % "3.2.18" % "test", "org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % "test", "com.google.protobuf" % "protobuf-java-util" % protobufJava.revision % "test", protobufJava % "protobuf",