Skip to content

Commit 88eacf9

Browse files
authored
Merge pull request #1898 from scala-steward-org/topic/munit-doctest
Use MUnit also for the doctests
2 parents 6e01b11 + 4b67e9a commit 88eacf9

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
@@ -212,7 +212,7 @@ lazy val commonSettings = Def.settings(
212212

213213
lazy val compileSettings = Def.settings(
214214
scalaVersion := Scala213,
215-
doctestTestFramework := DoctestTestFramework.ScalaCheck,
215+
doctestTestFramework := DoctestTestFramework.Munit,
216216
wartremoverErrors ++= Seq(Wart.TraversableOps),
217217
Compile / compile / wartremoverErrors ++= Seq(Wart.Equals)
218218
)

0 commit comments

Comments
 (0)