Skip to content

Commit

Permalink
Update mockito-core to 5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 29, 2024
1 parent d3f78cc commit 3ec189f
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 @@ -250,7 +250,7 @@ lazy val core = project
"org.tpolecat" %% "typename" % "1.1.0",
"com.h2database" % "h2" % h2Version % "test",
"org.postgresql" % "postgresql" % postgresVersion % "test",
"org.mockito" % "mockito-core" % "5.12.0" % Test
"org.mockito" % "mockito-core" % "5.14.0" % Test
),
Compile / unmanagedSourceDirectories += {
val sourceDir = (Compile / sourceDirectory).value
Expand Down

0 comments on commit 3ec189f

Please sign in to comment.