Skip to content

Commit 1aa44c1

Browse files
Update munit, munit-scalacheck to 1.0.0-M8 (#506)
Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> Co-authored-by: P. Oscar Boykin <johnynek@users.noreply.github.com>
1 parent 692fc09 commit 1aa44c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
44
object Dependencies {
55
lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.9.0")
66
lazy val cats211 = Def.setting("org.typelevel" %%% "cats-core" % "2.0.0")
7-
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M6")
8-
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-M6")
7+
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M8")
8+
lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-M8")
99
lazy val fastParse = "com.lihaoyi" %% "fastparse" % "2.3.3"
1010
lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3"
1111
lazy val jawnAst = Def.setting("org.typelevel" %% "jawn-ast" % "1.4.0")

0 commit comments

Comments
 (0)