We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2922b commit 7c0946bCopy full SHA for 7c0946b
sbt-dotty/src/dotty/tools/sbtplugin/DottyPlugin.scala
@@ -362,7 +362,7 @@ object DottyPlugin extends AutoPlugin {
362
363
// Configuration for the doctool
364
resolvers ++= (if(!useScala3doc.value) Nil else Seq(Resolver.jcenterRepo)),
365
- useScala3doc := true,
+ useScala3doc := VersionNumber(scalaVersion.value).matchesSemVer(SemanticSelector(">=3.0.0-M3")),
366
// We need to add doctool classes to the classpath so they can be called
367
scalaInstance in doc := Def.taskDyn {
368
if (isDotty.value)
0 commit comments