Skip to content

Commit

Permalink
Update mockito-subclass to 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Mar 1, 2024
1 parent 5952067 commit c4ed9f6
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 @@ -210,7 +210,7 @@ lazy val inputOutputCommon = Def.settings(
},
libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.0-RC1",
libraryDependencies += "io.monix" %% "monix-eval" % "3.4.1",
libraryDependencies += "org.mockito" % "mockito-subclass" % "5.10.0",
libraryDependencies += "org.mockito" % "mockito-subclass" % "5.11.0",
libraryDependencies += "org.atnos" %% "eff-core" % "7.0.1"
)

Expand Down

0 comments on commit c4ed9f6

Please sign in to comment.