diff --git a/build.sbt b/build.sbt index f2a1cda..9140ca3 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ ThisBuild / publishTo := sonatypePublishToBundle.value libraryDependencies ++= Seq( "com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion, "com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "protobuf,test", - "org.scalatest" %% "scalatest" % "3.2.16" % "test", + "org.scalatest" %% "scalatest" % "3.2.17" % "test", "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test", "com.google.protobuf" % "protobuf-java-util" % "3.21.12" % "test", "com.google.protobuf" % "protobuf-java" % "3.21.12" % "protobuf",