Skip to content

Commit 7f49ded

Browse files
committed
Update scalatest to 3.2.20
1 parent f69dfa0 commit 7f49ded

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
@@ -51,7 +51,7 @@ val sharedSettings = Seq(
5151
),
5252
libraryDependencies ++= Seq(
5353
"org.scalacheck" %% "scalacheck" % "1.15.2" % "test",
54-
"org.scalatest" %% "scalatest" % "3.2.15" % "test",
54+
"org.scalatest" %% "scalatest" % "3.2.20" % "test",
5555
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % "test",
5656
"com.esotericsoftware" % "kryo-shaded" % kryoVersion
5757
),

0 commit comments

Comments
 (0)