Skip to content

Commit

Permalink
Update scalamock to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonschabas committed Apr 13, 2024
1 parent ad73dfc commit f56ae93
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 @@ -31,7 +31,7 @@ lazy val root = (project in file("."))
"org.postgresql" % "postgresql" % "42.7.3",
"com.danielasfregola" %% "random-data-generator" % "2.9" % "it, test",
"io.github.nafg.slick-migration-api" %% "slick-migration-api-flyway" % "0.10.0",
"org.scalamock" %% "scalamock" % "5.2.0" % Test,
"org.scalamock" %% "scalamock" % "6.0.0" % Test,
guice
),
coverageExcludedPackages := ".*Reverse.*;.*Routes.*",
Expand Down

0 comments on commit f56ae93

Please sign in to comment.