Skip to content

Commit

Permalink
Update scalatest_2.13 to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 21, 2024
1 parent 882cfed commit 1d9ee24
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 @@ -4,7 +4,7 @@ version := "0.1"

libraryDependencies ++= {
val scalaTest: Seq[ModuleID] = {
val version = "3.2.18"
val version = "3.2.19"
Seq(
"org.scalactic" %% "scalactic" % version,
"org.scalatest" % "scalatest_2.13" % version % "test"
Expand Down

0 comments on commit 1d9ee24

Please sign in to comment.