Skip to content

Commit fc7182c

Browse files
committed
Update scalatest to 3.2.20
1 parent 5f1acd3 commit fc7182c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.19" % Test
13+
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.20" % Test
1414

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

0 commit comments

Comments
 (0)