We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1200c40 commit 85fad04Copy full SHA for 85fad04
build.sbt
@@ -28,7 +28,7 @@ libraryDependencySchemes ++= Seq(
28
libraryDependencies ++= Seq(
29
"org.scala-sbt" % "sbt" % "2.0.0-RC4",
30
"org.mockito" % "mockito-core" % "5.19.0",
31
- "org.scalacheck" %% "scalacheck" % "1.18.1",
+ "org.scalacheck" %% "scalacheck" % "1.19.0",
32
"org.scalatest" %% "scalatest-flatspec" % "3.2.19", // mdocで使うので、テストライブラリだが、わざとcompileスコープ
33
"org.scalatest" %% "scalatest-diagrams" % "3.2.19"
34
)
0 commit comments