Skip to content

Commit e095e53

Browse files
authored
Update scalatest to 3.2.19 (#545)
2 parents 6929c45 + 05a0fce commit e095e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Binding/shared/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ libraryDependencies ++= {
1010
}
1111
}
1212

13-
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.16" % Test
13+
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.19" % Test
1414

1515
libraryDependencies ++= {
1616
if (scalaBinaryVersion.value == "2.13") {

0 commit comments

Comments
 (0)