Skip to content

Commit e8c8549

Browse files
Update scalatest to 3.2.19 (#361)
1 parent 6a6a49a commit e8c8549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lazy val bridge: Project = project
2626
protobufJava % "provided",
2727
protobufJava % "test",
2828
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test",
29-
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
29+
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
3030
"org.scalacheck" %% "scalacheck" % "1.18.0" % "test",
3131
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" % "test",
3232
"io.get-coursier" %% "coursier" % coursierVersion % "test"

0 commit comments

Comments
 (0)