Skip to content

Commit

Permalink
Merge pull request #262 from scala-steward/update/scalatest-shouldmat…
Browse files Browse the repository at this point in the history
…chers-3.2.19

Update scalatest-shouldmatchers, ... to 3.2.19
  • Loading branch information
Philippus committed Jun 24, 2024
2 parents b570cd7 + e06bacb commit 5d2cd14
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.14", "2.12.19", "3.3.3")
scalaVersion := crossScalaVersions.value.head

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

Expand Down

0 comments on commit 5d2cd14

Please sign in to comment.