Skip to content

Commit

Permalink
Merge pull request #85 from scala-steward/update/scalamock-6.0.0
Browse files Browse the repository at this point in the history
Update scalamock to 6.0.0
  • Loading branch information
raboof authored Nov 14, 2024
2 parents cd85d3b + 5e50a45 commit 4b8852a
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.19" % Test,
"org.scalamock" %% "scalamock" % "5.2.0" % Test
"org.scalamock" %% "scalamock" % "6.0.0" % Test
)
}

0 comments on commit 4b8852a

Please sign in to comment.