Skip to content

Commit 15b13ad

Browse files
Update scalamock from 7.3.0 to 7.3.1
1 parent 02f96ca commit 15b13ad

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)