We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17a877 commit d462c2fCopy full SHA for d462c2f
build.sbt
@@ -62,11 +62,11 @@ lazy val runtime = (project in file("runtime")).settings(
62
)
63
case Some((3, 3)) =>
64
Seq(
65
- "org.scalamock" %% "scalamock" % "6.1.1" % Test
+ "org.scalamock" %% "scalamock" % "6.2.0" % Test
66
67
case Some((3, _)) =>
68
69
- "org.scalamock" %% "scalamock" % "7.1.0" % Test
+ "org.scalamock" %% "scalamock" % "7.1.0" % Test
70
71
case _ => Seq.empty
72
}
0 commit comments