Skip to content

Commit 2be7506

Browse files
committed
Update scalatest to 3.2.20
1 parent e74e77f commit 2be7506

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
@@ -42,7 +42,7 @@ lazy val reactify = crossProject(JVMPlatform, JSPlatform, NativePlatform)
4242
name := "reactify",
4343
test / publishArtifact := false,
4444
libraryDependencies ++= Seq(
45-
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
45+
"org.scalatest" %% "scalatest" % "3.2.20" % "test"
4646
),
4747
crossScalaVersions := allScalaVersions
4848
)

0 commit comments

Comments
 (0)