Skip to content

Commit fd5bf35

Browse files
authored
Merge pull request #2060 from Baeldung/update/scalamock-7.5.2
Update scalamock from 7.5.1 to 7.5.2
2 parents 800f91c + ae3f8b8 commit fd5bf35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
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.5.1" % Test
23+
val scalaMock = "org.scalamock" %% "scalamock" % "7.5.2" % Test
2424
val zioVersion = "2.1.22"
2525

2626
lazy val scala_core = (project in file("scala-core-modules/scala-core"))
@@ -492,7 +492,6 @@ val http4sBlaze = "0.23.17"
492492
val http4sVersion = "0.23.33"
493493
val osLibVersion = "0.11.6"
494494

495-
496495
val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
497496

498497
val log4jApiScalaDep =

0 commit comments

Comments
 (0)