Skip to content

Commit

Permalink
Update scalatest-shouldmatchers, ... to 3.2.17 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 15, 2023
1 parent 05a0861 commit 09d5edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ crossScalaVersions := Seq("2.13.12", "2.12.18", "3.3.0")
scalaVersion := crossScalaVersions.value.head

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-wordspec" % "3.2.16" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.16" % Test,
"org.scalatest" %% "scalatest-wordspec" % "3.2.17" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.17" % Test,
"org.scalameta" %% "munit" % "1.0.0-M8" % Test,
)

Expand Down

0 comments on commit 09d5edc

Please sign in to comment.