Skip to content

Commit

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

Update scalatest-shouldmatchers, ... to 3.2.16
  • Loading branch information
Philippus committed May 29, 2023
2 parents 35be2b2 + ef1582a commit 296063f
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.10", "2.12.17", "3.2.2")
scalaVersion := crossScalaVersions.value.head

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

Expand Down

0 comments on commit 296063f

Please sign in to comment.