Skip to content

Commit

Permalink
Update scalatest-shouldmatchers, ... to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2024
1 parent 6b54e5f commit 6a04a6b
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.1")
scalaVersion := crossScalaVersions.value.head

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

Expand Down

0 comments on commit 6a04a6b

Please sign in to comment.