Skip to content

Commit

Permalink
Update scalatest to 3.2.12 (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 25, 2022
1 parent 9bde73b commit e668ca3
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.7.0",
"javax.annotation" % "javax.annotation-api" % "1.3.2",
"junit" % "junit" % "4.13.2" % Test,
"org.scalatest" %% "scalatest" % "3.2.11" % Test,
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test, // Required by sbt to execute JUnit tests
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test
),
Expand Down Expand Up @@ -152,7 +152,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.0",
"junit" % "junit" % "4.13.2" % Test,
"org.scalatest" %% "scalatest" % "3.2.11" % Test,
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test, // Required by sbt to execute JUnit tests
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test,
"io.grpc" % "grpc-services" % Versions.grpcVersion % Test,
Expand Down

0 comments on commit e668ca3

Please sign in to comment.