Skip to content

Commit 2450721

Browse files
committed
Update scalatest to 3.2.19
1 parent 070e9c0 commit 2450721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ lazy val legacy = (project in file("legacy"))
9393
),
9494
libraryDependencies ++= Seq(
9595
"org.scalactic" %% "scalactic" % "3.0.9",
96-
"org.scalatest" %% "scalatest" % "3.0.9" % "test",
96+
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
9797
"org.scalacheck" %% "scalacheck" % "1.18.1" % "test",
9898
"com.github.scopt" %% "scopt" % "4.1.0",
9999
"org.pegdown" % "pegdown" % "1.6.0",

0 commit comments

Comments
 (0)