Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#433)
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Montón <32640454+JavierMonton@users.noreply.github.com>
  • Loading branch information
scala-steward and JavierMonton authored Jul 7, 2024
1 parent e41c608 commit 58223f8
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 @@ -77,7 +77,7 @@ lazy val jsonCirceDependencies = Seq(
"io.circe" %% "circe-parser"
).map(_ % circeVersion)

lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.18"
lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"

//Project settings
lazy val root = (project in file("."))
Expand Down

0 comments on commit 58223f8

Please sign in to comment.