Skip to content

Commit

Permalink
chore(deps): update dependency org.scalamock:scalamock to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 9b3d563 commit 1f83d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val providedDependencies =
Seq("org.spigotmc" % "spigot-api" % "1.16.4-R0.1-SNAPSHOT").map(_ % "provided")

val testDependencies =
Seq("org.scalamock" %% "scalamock" % "6.1.1", "org.scalatest" %% "scalatest" % "3.2.19")
Seq("org.scalamock" %% "scalamock" % "7.1.0", "org.scalatest" %% "scalatest" % "3.2.19")
.map(_ % "test")

libraryDependencies ++= providedDependencies ++ testDependencies
Expand Down

0 comments on commit 1f83d03

Please sign in to comment.