Skip to content

Commit

Permalink
Update scalatest to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 24, 2024
1 parent 411c7a5 commit c51554c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit c51554c

Please sign in to comment.