Skip to content

Commit b400c26

Browse files
committed
Update scalamock to 6.2.0
1 parent 99cbc18 commit b400c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ lazy val runtime = (project in file("runtime")).settings(
6161
)
6262
case Some((3, 3)) =>
6363
Seq(
64-
"org.scalamock" %% "scalamock" % "6.1.1" % Test
64+
"org.scalamock" %% "scalamock" % "6.2.0" % Test
6565
)
6666
case _ => Seq.empty
6767
}

0 commit comments

Comments
 (0)