We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bb0e92 + 4246c58 commit a90ce46Copy full SHA for a90ce46
sbt-dotty/src/dotty/tools/sbtplugin/DottyPlugin.scala
@@ -374,7 +374,7 @@ object DottyPlugin extends AutoPlugin {
374
resolvers ++= (if(!useScaladoc.value) Nil else Seq(Resolver.jcenterRepo)),
375
useScaladoc := {
376
val v = scalaVersion.value
377
- v.startsWith("3.0.0") && !v.startsWith("3.0.0-M1") && !v.startsWith("3.0.0-M2")
+ v.startsWith("3") && !v.startsWith("3.0.0-M1") && !v.startsWith("3.0.0-M2")
378
},
379
// We need to add doctool classes to the classpath so they can be called
380
doc / scalaInstance := Def.taskDyn {
0 commit comments