Skip to content

Commit f5bd944

Browse files
Update scalatest to 3.2.19 (#458)
1 parent 30203ec commit f5bd944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.3"
2222
libraryDependencies ++= Seq(
2323
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion,
2424
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "protobuf,test",
25-
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
25+
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
2626
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % "test",
2727
"com.google.protobuf" % "protobuf-java-util" % protobufJava.revision % "test",
2828
protobufJava % "protobuf",

0 commit comments

Comments
 (0)