Skip to content

Commit

Permalink
Merge pull request #389 from scala-steward/update/scalatest-3.2.19
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.19
  • Loading branch information
mergify[bot] authored Jun 25, 2024
2 parents b677754 + 1bd6bd7 commit 4808b6a
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 @@ lazy val `sbt-0.13.16` = SbtAxis("0.13.16")
lazy val `sbt-0.13.9` = SbtAxis("0.13.9")

lazy val `sbt-updates` = (projectMatrix in file("."))
.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.18" % "test")
.settings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % "test")
.sbtPluginRow(`sbt-1.x`)
.sbtScriptedRow(`sbt-1.0.0`, `sbt-1.x`)
.sbtScriptedRow(`sbt-latest`, `sbt-1.x`)
Expand Down

0 comments on commit 4808b6a

Please sign in to comment.