File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ libraryDependencySchemes ++= Seq(
2727
2828libraryDependencies ++= Seq (
2929 " org.scala-sbt" % " sbt" % " 2.0.0-RC4" ,
30- " org.mockito" % " mockito-core" % " 5.19 .0" ,
30+ " org.mockito" % " mockito-core" % " 5.20 .0" ,
3131 " org.scalacheck" %% " scalacheck" % " 1.19.0" ,
3232 " org.scalatest" %% " scalatest-flatspec" % " 3.2.19" , // mdocで使うので、テストライブラリだが、わざとcompileスコープ
3333 " org.scalatest" %% " scalatest-diagrams" % " 3.2.19"
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ BDDでテストを書くことによってテストによってどのような
407407` build.sbt ` に以下を追記することで利用可能になります。
408408
409409``` scala mdoc:nest:silent
410- libraryDependencies += " org.mockito" % " mockito-core" % " 5.19 .0" % " test"
410+ libraryDependencies += " org.mockito" % " mockito-core" % " 5.20 .0" % " test"
411411```
412412
413413なお、mockitoのversion 5以降はJava 11以上が必要です。8を使用している場合はmockitoのversion 4を使ってください。
You can’t perform that action at this time.
0 commit comments