Skip to content

Commit

Permalink
Update specs2-scalacheck to 4.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Aug 10, 2023
1 parent b0f5d0d commit e2ad142
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 @@ -75,7 +75,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.1" % "test"
"org.specs2" %% "specs2-scalacheck" % "4.20.2" % "test"
)
},
conflictWarning := {
Expand Down

0 comments on commit e2ad142

Please sign in to comment.