diff --git a/build.sbt b/build.sbt index a908073..68cca94 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,