Skip to content

Commit

Permalink
Update specs2-scalacheck to 4.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Jan 23, 2024
1 parent ffadc79 commit 5b27953
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 @@ -55,7 +55,7 @@ lazy val standardSettings = Def.settings(
"org.apache.poi" % "poi-ooxml" % poiVersion,
"org.scalaz" %% "scalaz-effect" % scalazVersion,
"org.scalaz" %% "scalaz-scalacheck-binding" % scalazVersion % "test",
"org.specs2" %% "specs2-scalacheck" % "4.20.4" % "test"
"org.specs2" %% "specs2-scalacheck" % "4.20.5" % "test"
)
},
conflictWarning := {
Expand Down

0 comments on commit 5b27953

Please sign in to comment.