Skip to content

Commit

Permalink
Merge pull request lemonlabsuk#562 from scala-steward/update/scalates…
Browse files Browse the repository at this point in the history
…t-3.2.18

Update scalatest to 3.2.18
  • Loading branch information
mergify[bot] authored Feb 19, 2024
2 parents 1dc5ec8 + d56ef59 commit 0926ab9
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 @@ -28,7 +28,7 @@ val sharedSettings = Seq(
organization := "io.lemonlabs",
libraryDependencies ++= Seq(
"org.typelevel" %%% "simulacrum-scalafix-annotations" % simulacrumScalafixVersion,
"org.scalatest" %%% "scalatest" % "3.2.17" % Test,
"org.scalatest" %%% "scalatest" % "3.2.18" % Test,
"org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test,
"org.typelevel" %%% "cats-laws" % "2.9.0" % Test
Expand Down

0 comments on commit 0926ab9

Please sign in to comment.