I'm analysing my dependencies in sbt and noticed that mdoc is pulling in io.undertow:undertow-core:2.2.3.Final and a whole bunch of other stuff.
I'm assuming that this is for the --watch command which I don't think makes much sense when mdoc is used as an sbt plugin. Can this dependency be removed from the sbt plugin?
I'm analysing my dependencies in sbt and noticed that mdoc is pulling in
io.undertow:undertow-core:2.2.3.Final
and a whole bunch of other stuff.I'm assuming that this is for the
--watch
command which I don't think makes much sense when mdoc is used as an sbt plugin. Can this dependency be removed from the sbt plugin?