Skip to content

Commit 7f47e96

Browse files
committed
Update scalatest to 3.2.20
1 parent 0345b9b commit 7f47e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object Dependencies {
2020
val circeGeneric = "io.circe" %% "circe-generic" % V.circe
2121
val circeParser = "io.circe" %% "circe-parser" % V.circe
2222

23-
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
23+
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.20"
2424
val scalapbRuntime =
2525
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf"
2626
val weaver = "org.typelevel" %% "weaver-cats" % "0.11.3"

0 commit comments

Comments
 (0)