Skip to content

Commit

Permalink
Update mockito-scala-scalatest to 1.17.37
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 24, 2024
1 parent 4c6eac3 commit 558c8ba
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 @@ -32,7 +32,7 @@ lazy val scaladog = (project in file("."))
"com.lihaoyi" %% "upickle" % "2.0.0",
"com.beachape" %% "enumeratum" % "1.7.2",
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
"org.mockito" %% "mockito-scala-scalatest" % "1.17.12" % Test
"org.mockito" %% "mockito-scala-scalatest" % "1.17.37" % Test
),
releaseCrossBuild := true,
releaseProcess := Seq[ReleaseStep](
Expand Down

0 comments on commit 558c8ba

Please sign in to comment.