Skip to content

Commit

Permalink
Merge pull request #37 from scala-steward/update/munit-0.7.15
Browse files Browse the repository at this point in the history
Update munit, munit-scalacheck to 0.7.15
  • Loading branch information
mpilquist authored Nov 1, 2020
2 parents 7bf552b + 1bc5354 commit 22c7f54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform)
.settings(dottyLibrarySettings)
.settings(dottyJsSettings(ThisBuild / crossScalaVersions))
.settings(
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.14",
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.15",
libraryDependencies += {
if (isDotty.value)
"org.scalameta" %%% "munit-scalacheck" % "0.7.14" exclude ("org.scalacheck", "scalacheck_2.13")
else "org.scalameta" %%% "munit-scalacheck" % "0.7.14"
"org.scalameta" %%% "munit-scalacheck" % "0.7.15" exclude ("org.scalacheck", "scalacheck_2.13")
else "org.scalameta" %%% "munit-scalacheck" % "0.7.15"
}
)

0 comments on commit 22c7f54

Please sign in to comment.