Skip to content

Commit 366287e

Browse files
Update scalatest to 3.2.20 (#306)
1 parent 84b1972 commit 366287e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ scriptedSbt := {
5050
}
5151

5252
libraryDependencies ++= Seq(
53-
"org.scalatest" %% "scalatest" % "3.2.19" % Test
53+
"org.scalatest" %% "scalatest" % "3.2.20" % Test
5454
)
5555

5656
enablePlugins(ScriptedPlugin)

0 commit comments

Comments
 (0)