Skip to content

Commit

Permalink
Update scalatest to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent 884480b commit a2a3455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion covariant/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.4.0-M12"

libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.4.0-M12"

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.12" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.18" % Test

libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down
2 changes: 1 addition & 1 deletion invariant/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.4.0-M12"

libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.4.0-M12"

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.12" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.18" % Test

libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit a2a3455

Please sign in to comment.