Skip to content

Commit

Permalink
DDCE-5464: updated dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
robpetterson committed Jul 1, 2024
1 parent 45996af commit d5a6427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object AppDependencies {

private val test: Seq[ModuleID] = Seq(
"uk.gov.hmrc" %% "bootstrap-test-play-30" % bootstrapVersion,
"org.scalatestplus" %% "scalacheck-1-18" % "3.2.18.0"
"org.scalatestplus" %% "scalacheck-1-18" % "3.2.19.0"
).map(_ % Test)

// only add additional dependencies here - it test inherit test dependencies above already
Expand Down

0 comments on commit d5a6427

Please sign in to comment.