Skip to content

Commit

Permalink
Merge pull request #19 from fmonniot/update/munit-1.0.0-M10
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M10
  • Loading branch information
fmonniot authored Nov 29, 2023
2 parents 6363549 + 025dd23 commit 4ac14f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy val core = project
// details of classes. Without it, only the signatures are available.
// Test / scalacOptions += "-Yretain-trees", // For debugging when writing macros

libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-M7" % Test
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-M10" % Test
)

lazy val scalatest = project
Expand Down

0 comments on commit 4ac14f6

Please sign in to comment.