Skip to content

Commit c92886a

Browse files
authored
Merge pull request #1836 from Baeldung/update/scalamock-7.3.1
Update scalamock from 7.3.0 to 7.3.1
2 parents 02f96ca + 15b13ad commit c92886a

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" % "7.3.0" % Test
23+
val scalaMock = "org.scalamock" %% "scalamock" % "7.3.1" % Test
2424
val zioVersion = "2.1.17"
2525

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

0 commit comments

Comments
 (0)