Skip to content

Commit

Permalink
Merge pull request #364 from scala-steward/update/scalatest-3.2.17
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.17
  • Loading branch information
blemale authored Sep 29, 2023
2 parents 7eafb5b + f4b1188 commit 3e33364
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.17" % "test",
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
"org.scalatest" %% "scalatest" % "3.2.17" % "test"
)

scalafmtOnCompile := true
Expand Down

0 comments on commit 3e33364

Please sign in to comment.