Skip to content

Commit 9f2bc68

Browse files
build(deps): update dependency org.scalatest:scalatest to v3.2.18
1 parent dd95c4a commit 9f2bc68

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
@@ -4,5 +4,5 @@ object Dependencies {
44

55
lazy val scalactic: ModuleID = "org.scalactic" %% "scalactic" % "3.2.17"
66

7-
lazy val scalatest: ModuleID = "org.scalatest" %% "scalatest" % "3.2.17" % Test
7+
lazy val scalatest: ModuleID = "org.scalatest" %% "scalatest" % "3.2.18" % Test
88
}

0 commit comments

Comments
 (0)