Skip to content

Commit

Permalink
Merge pull request #95 from pnerg/update/scalatest-3.2.16
Browse files Browse the repository at this point in the history
other: update scalatest from 3.2.10 to 3.2.16
  • Loading branch information
pnerg committed Mar 31, 2024
2 parents ae6c637 + 3b2683f commit eb3850b
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 @@ -14,7 +14,7 @@ object Dependencies extends AutoPlugin {
* Test dependencies
* ------------------------------
*/
val scalatest = "org.scalatest" %% "scalatest" % "3.2.10"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
}

}

0 comments on commit eb3850b

Please sign in to comment.