Skip to content

Commit

Permalink
Update scalamock to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and an-tex committed Feb 12, 2025
1 parent bf08159 commit edf70ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {

val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.19")
val specs2 = Def.setting("org.scalatest" %%% "scalatest" % "3.2.19")
val scalamock = "org.scalamock" %% "scalamock" % "6.1.1" % Test
val scalamock = "org.scalamock" %% "scalamock" % "6.2.0" % Test
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.16"
val scalaJavaTime = Def.setting("io.github.cquiroz" %%% "scala-java-time" % "2.6.0")
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
Expand Down

0 comments on commit edf70ca

Please sign in to comment.