Skip to content

Commit 0a66f1e

Browse files
authored
Merge pull request #1818 from Baeldung/update/scalamock-7.3.0
Update scalamock from 6.2.0 to 7.3.0
2 parents da4623e + 88f434f commit 0a66f1e

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
@@ -20,7 +20,7 @@ val scalaTestDeps = Seq(
2020
"org.scalatest" %% "scalatest-flatspec" % "3.2.19" % Test
2121
)
2222

23-
val scalaMock = "org.scalamock" %% "scalamock" % "6.2.0" % Test
23+
val scalaMock = "org.scalamock" %% "scalamock" % "7.3.0" % Test
2424
val zioVersion = "2.1.16"
2525

2626
lazy val scala_core = (project in file("scala-core-modules/scala-core"))

0 commit comments

Comments
 (0)