Skip to content

Commit d043dbc

Browse files
authored
Merge pull request #267 from scala-steward/update/munit-scalacheck-0.7.21
Update munit-scalacheck to 0.7.21
2 parents 348a957 + 3284a5a commit d043dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
117117
)
118118
.settings(dottyJsSettings(ThisBuild / crossScalaVersions))
119119
.settings(
120-
libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "0.7.20" % "test"
120+
libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "0.7.21" % "test"
121121
)
122122

123123
lazy val coreJVM = core.jvm

0 commit comments

Comments
 (0)