Skip to content

Commit

Permalink
Merge pull request #1819 from scala-steward/update/equalsverifier-3.15.2
Browse files Browse the repository at this point in the history
Update equalsverifier to 3.15.2
  • Loading branch information
blast-hardcheese authored Sep 28, 2023
2 parents 50039b9 + 348f0bb commit 7e3a67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/javaDropwizard.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object javaDropwizard {
"io.dropwizard" % "dropwizard-forms" % dropwizardVersion,
"org.asynchttpclient" % "async-http-client" % ahcVersion,
"junit" % "junit" % "4.13.2" % Test,
"nl.jqno.equalsverifier" % "equalsverifier" % "3.15.1" % Test,
"nl.jqno.equalsverifier" % "equalsverifier" % "3.15.2" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
"com.github.tomakehurst" % "wiremock" % "2.27.2" % Test,
"io.dropwizard" % "dropwizard-testing" % dropwizardVersion % Test,
Expand Down

0 comments on commit 7e3a67b

Please sign in to comment.