Skip to content

Commit d462c2f

Browse files
committed
Update scalamock to 6.2.0
1 parent f17a877 commit d462c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ lazy val runtime = (project in file("runtime")).settings(
6262
)
6363
case Some((3, 3)) =>
6464
Seq(
65-
"org.scalamock" %% "scalamock" % "6.1.1" % Test
65+
"org.scalamock" %% "scalamock" % "6.2.0" % Test
6666
)
6767
case Some((3, _)) =>
6868
Seq(
69-
"org.scalamock" %% "scalamock" % "7.1.0" % Test
69+
"org.scalamock" %% "scalamock" % "7.1.0" % Test
7070
)
7171
case _ => Seq.empty
7272
}

0 commit comments

Comments
 (0)