Skip to content

Commit 7ee7d7a

Browse files
scala-text-bot[bot]xuwei-k
authored andcommitted
Update scalacheck to 1.18.0
1 parent 2ba022c commit 7ee7d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ libraryDependencies ++= Seq(
2323
// TODO sbtがScala 2.13対応したら再び有効化
2424
// "org.scala-sbt" % "sbt" % sbtVersion.value,
2525
"org.mockito" % "mockito-core" % "5.11.0",
26-
"org.scalacheck" %% "scalacheck" % "1.17.1",
26+
"org.scalacheck" %% "scalacheck" % "1.18.0",
2727
"org.scalatest" %% "scalatest-flatspec" % "3.2.18", // mdocで使うので、テストライブラリだが、わざとcompileスコープ
2828
"org.scalatest" %% "scalatest-diagrams" % "3.2.18"
2929
)

0 commit comments

Comments
 (0)