Skip to content

Commit

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

Update scalatest-shouldmatchers, ... to 3.2.18
  • Loading branch information
Philippus committed Mar 1, 2024
2 parents 6e90c33 + dead420 commit 4e5587d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
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-M11" % Test,
)

Expand Down

0 comments on commit 4e5587d

Please sign in to comment.