Skip to content

Commit

Permalink
Merge pull request #81 from scala-steward/update/scalamock-5.2.0
Browse files Browse the repository at this point in the history
Update scalamock to 5.2.0
  • Loading branch information
raboof authored Oct 26, 2024
2 parents d504f31 + 8fe53f2 commit de41104
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,6 +4,6 @@ object Dependencies {
lazy val library = Seq(
"org.cyclonedx" % "cyclonedx-core-java" % "9.1.0",
"org.scalatest" %% "scalatest" % "3.2.9" % Test,
"org.scalamock" %% "scalamock" % "5.1.0" % Test
"org.scalamock" %% "scalamock" % "5.2.0" % Test
)
}

0 comments on commit de41104

Please sign in to comment.