Skip to content

Commit

Permalink
Merge pull request #2052 from GiganticMinecraft/renovate/org.scalamoc…
Browse files Browse the repository at this point in the history
…k-scalamock-5.x

chore(deps): update dependency org.scalamock:scalamock to v5
  • Loading branch information
KisaragiEffective authored May 25, 2023
2 parents 13856d3 + 1efc8ef commit 5b5936b
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 @@ -70,7 +70,7 @@ val providedDependencies = Seq(
).map(_ % "provided")

val testDependencies = Seq(
"org.scalamock" %% "scalamock" % "4.4.0",
"org.scalamock" %% "scalamock" % "5.2.0",
"org.scalatest" %% "scalatest" % "3.2.16",
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0",
// テスト用のTestSchedulerを使うため
Expand Down

0 comments on commit 5b5936b

Please sign in to comment.