Skip to content

Commit 22c7f54

Browse files
authored
Merge pull request #37 from scala-steward/update/munit-0.7.15
Update munit, munit-scalacheck to 0.7.15
2 parents 7bf552b + 1bc5354 commit 22c7f54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform)
9292
.settings(dottyLibrarySettings)
9393
.settings(dottyJsSettings(ThisBuild / crossScalaVersions))
9494
.settings(
95-
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.14",
95+
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.15",
9696
libraryDependencies += {
9797
if (isDotty.value)
98-
"org.scalameta" %%% "munit-scalacheck" % "0.7.14" exclude ("org.scalacheck", "scalacheck_2.13")
99-
else "org.scalameta" %%% "munit-scalacheck" % "0.7.14"
98+
"org.scalameta" %%% "munit-scalacheck" % "0.7.15" exclude ("org.scalacheck", "scalacheck_2.13")
99+
else "org.scalameta" %%% "munit-scalacheck" % "0.7.15"
100100
}
101101
)

0 commit comments

Comments
 (0)