Skip to content

Commit

Permalink
Update scalatest to 3.2.17 (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 9, 2023
1 parent 08700c4 commit b184976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Dependencies {
lazy val paiges = Def.setting("org.typelevel" %%% "paiges-core" % "0.4.3")
lazy val scalaCheck =
Def.setting("org.scalacheck" %%% "scalacheck" % "1.17.0")
lazy val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.16")
lazy val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.17")
lazy val scalaTestPlusScalacheck =
Def.setting("org.scalatestplus" %%% "scalacheck-1-17" % "3.2.17.0")
}

0 comments on commit b184976

Please sign in to comment.