Skip to content

Commit

Permalink
build(deps): update dependency org.scalatest:scalatest to v3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 23, 2024
1 parent ad88137 commit a5c0321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ object Dependencies {

lazy val scalactic: ModuleID = "org.scalactic" %% "scalactic" % "3.2.16"

lazy val scalatest: ModuleID = "org.scalatest" %% "scalatest" % "3.2.16" % Test
lazy val scalatest: ModuleID = "org.scalatest" %% "scalatest" % "3.2.19" % Test
}

0 comments on commit a5c0321

Please sign in to comment.