Skip to content

Commit

Permalink
Update scalatest to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
fmonniot-s-scala-steward[bot] committed Feb 11, 2024
1 parent 8029bd6 commit 61a280e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -60,7 +60,7 @@ lazy val scalatest = project
.dependsOn(core)
.settings(
name := "scala3mock-scalatest",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.18"
)

lazy val docs = project
Expand Down

0 comments on commit 61a280e

Please sign in to comment.