Skip to content

Commit

Permalink
Merge pull request #395 from scala-steward/update/scalatest-3.2.19
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.19
  • Loading branch information
mergify[bot] authored Jul 10, 2024
2 parents 02fad3e + 7048581 commit 04c6002
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 @@ -28,7 +28,7 @@ libraryDependencies ++=
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "provided",
"org.scalactic" %% "scalactic" % "3.2.19" % "test",
"org.scalatest" %% "scalatest" % "3.2.18" % "test"
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
)

scalafmtOnCompile := true
Expand Down

0 comments on commit 04c6002

Please sign in to comment.