Skip to content

Commit 5774dd7

Browse files
chore(deps): update dependency org.scalatest:scalatest to v3.2.20
1 parent f9a28b7 commit 5774dd7

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
@@ -20,7 +20,7 @@ lazy val root = crossProject(JSPlatform, JVMPlatform)
2020
"utf-8"
2121
),
2222
libraryDependencies ++= Seq(
23-
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
23+
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
2424
"com.disneystreaming" %% "weaver-monix" % "0.6.15" % Test,
2525
"io.monix" %%% "monix" % "3.4.1",
2626
"dev.optics" %%% "monocle-core" % "3.2.0",

0 commit comments

Comments
 (0)