Skip to content

Commit

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

Update scalatest-flatspec, ... to 3.2.19
  • Loading branch information
dos65 authored Jun 25, 2024
2 parents 8f39d22 + b0ca90e commit efadf64
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.19" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % Test
)
)

Expand Down

0 comments on commit efadf64

Please sign in to comment.