Skip to content

Commit

Permalink
build(deps): update dependency org.scalatest:scalatest to v3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent 7f35b2f commit d3be5f2
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.17"

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

0 comments on commit d3be5f2

Please sign in to comment.