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 524c978 commit ba87027Copy full SHA for ba87027
sbt-dotty/src/dotty/tools/sbtplugin/DottyPlugin.scala
@@ -168,7 +168,7 @@ object DottyPlugin extends AutoPlugin {
168
val Def = sbt.Def
169
override def projectSettings: Seq[Setting[_]] = {
170
Seq(
171
- isDotty := scalaVersion.value.startsWith("0."),
+ isDotty := scalaVersion.value.startsWith("0.") || scalaVersion.value.startsWith("3."),
172
173
scalaOrganization := {
174
if (isDotty.value)
0 commit comments