Skip to content

Commit

Permalink
Merge pull request #1787 from scala-steward/update/equalsverifier-3.15.1
Browse files Browse the repository at this point in the history
Update equalsverifier to 3.15.1
  • Loading branch information
blast-hardcheese authored Aug 7, 2023
2 parents 6760c9b + bf5c9e6 commit 67f98b3
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.13" % Test,
"nl.jqno.equalsverifier" % "equalsverifier" % "3.15.1" % 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 67f98b3

Please sign in to comment.