Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit bcd2ea8

Browse files
committed
Update scalatest to 3.2.17
1 parent 8a19b72 commit bcd2ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val baseSettings = Seq(
1616
libraryDependencies ++= Seq(
1717
"com.twitter" %% "finagle-core" % "21.4.0",
1818
"com.twitter" %% "finagle-netty4" % "21.4.0",
19-
"org.scalatest" %% "scalatest" % "3.2.8" % "test,it",
19+
"org.scalatest" %% "scalatest" % "3.2.17" % "test,it",
2020
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % "test,it",
2121
"org.scalacheck" %% "scalacheck" % "1.15.3" % "test,it",
2222
"org.scalamock" %% "scalamock" % "4.4.0" % "test,it",

0 commit comments

Comments
 (0)