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 65b92a3 commit 9a4feffCopy full SHA for 9a4feff
sbt-dotty/sbt-test/source-dependencies/value-class/project/DottyInjectedPlugin.scala
@@ -7,6 +7,6 @@ object DottyInjectedPlugin extends AutoPlugin {
7
8
override val projectSettings = Seq(
9
scalaVersion := sys.props("plugin.scalaVersion"),
10
- scalacOptions += "-source:3.0-migration
+ scalacOptions += "-source:3.0-migration"
11
)
12
}
0 commit comments