Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: nmcb-scala-steward[bot] <157481287+nmcb-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: nmcb <[email protected]>
  • Loading branch information
nmcb-scala-steward[bot] and nmcb authored Jul 11, 2024
1 parent 6782669 commit f16c553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ lazy val root = (project in file("."))
version := ProjectVersion,
name := ProjectName,
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.18" % "test"
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
)
)

0 comments on commit f16c553

Please sign in to comment.