Skip to content

Commit

Permalink
Update scalatest-flatspec, ... to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 4, 2024
1 parent 1881a24 commit 91bfda1
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 @@ -71,8 +71,8 @@ def crossScalaSettings = {

lazy val testSettings = Seq(
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-flatspec" % "3.2.15" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.15" % Test
"org.scalatest" %% "scalatest-flatspec" % "3.2.18" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18" % Test
)
)

Expand Down

0 comments on commit 91bfda1

Please sign in to comment.