Skip to content

Commit 90dd000

Browse files
committed
Update scalatest to 3.2.20
1 parent f7f8344 commit 90dd000

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
@@ -16,7 +16,7 @@ scalacOptions += "-deprecation"
1616

1717
libraryDependencies += "com.thoughtworks.extractor" %% "extractor" % "2.1.3"
1818

19-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % "test"
19+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.20" % "test"
2020

2121
scriptedBufferLog := false
2222

0 commit comments

Comments
 (0)