Skip to content

Commit

Permalink
Update dependency org.scalamock:scalamock to v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent c845327 commit 3310cdb
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 @@ -15,7 +15,7 @@ lazy val slickjdbcextension = (project in file(".")).
"com.typesafe.slick" %% "slick" % "3.3.3",
"eu.timepit" %% "refined" % "0.9.16",
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
"org.scalamock" %% "scalamock" % "5.0.0" % "test",
"org.scalamock" %% "scalamock" % "5.2.0" % "test",
"com.h2database" % "h2" % "1.4.200" % "test"
),

Expand Down

0 comments on commit 3310cdb

Please sign in to comment.