Skip to content

Commit

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

Update scalatest-shouldmatchers, ... to 3.2.15
  • Loading branch information
Philippus committed Jan 7, 2023
2 parents 7836ad7 + a0ef4d5 commit 77fedf1
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.10", "2.12.17", "3.2.1")
scalaVersion := crossScalaVersions.value.head

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

Expand Down

0 comments on commit 77fedf1

Please sign in to comment.