Skip to content

Commit

Permalink
Update scalatest from 3.2.17 to 3.2.18 (#186)
Browse files Browse the repository at this point in the history
Pull request: #186
  • Loading branch information
scala-steward authored Feb 22, 2024
1 parent 583590a commit 7844009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ trait IntegrationtestCross extends CrossScalaModule with PublishModule with Scov

object test extends ScalaModuleTests with ScoverageTests with TestModule.ScalaTest {
override def ivyDeps = Agg(
ivy"org.scalatest::scalatest:3.2.17",
ivy"org.scalatest::scalatest:3.2.18",
ivy"org.scalatestplus::scalacheck-1-16:3.2.14.0"
) ++ outer.compileIvyDeps()
}
Expand Down

0 comments on commit 7844009

Please sign in to comment.