Skip to content

Commit 4b67e9a

Browse files
committed
Use MUnit also for the doctests
1 parent 8701a6d commit 4b67e9a

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)