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(
27
27
28
28
libraryDependencies ++= Seq (
29
29
" org.scala-sbt" % " sbt" % " 2.0.0-RC4" ,
30
- " org.mockito" % " mockito-core" % " 5.19 .0" ,
30
+ " org.mockito" % " mockito-core" % " 5.20 .0" ,
31
31
" org.scalacheck" %% " scalacheck" % " 1.19.0" ,
32
32
" org.scalatest" %% " scalatest-flatspec" % " 3.2.19" , // mdocで使うので、テストライブラリだが、わざとcompileスコープ
33
33
" org.scalatest" %% " scalatest-diagrams" % " 3.2.19"
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ BDDでテストを書くことによってテストによってどのような
407
407
` build.sbt ` に以下を追記することで利用可能になります。
408
408
409
409
``` scala mdoc:nest:silent
410
- libraryDependencies += " org.mockito" % " mockito-core" % " 5.19 .0" % " test"
410
+ libraryDependencies += " org.mockito" % " mockito-core" % " 5.20 .0" % " test"
411
411
```
412
412
413
413
なお、mockitoのversion 5以降はJava 11以上が必要です。8を使用している場合はmockitoのversion 4を使ってください。
You can’t perform that action at this time.
0 commit comments