Skip to content

Commit 9a4feff

Browse files
committed
Fix typo breaking sbt scripted tests
1 parent 65b92a3 commit 9a4feff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-dotty/sbt-test/source-dependencies/value-class/project/DottyInjectedPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := sys.props("plugin.scalaVersion"),
10-
scalacOptions += "-source:3.0-migration
10+
scalacOptions += "-source:3.0-migration"
1111
)
1212
}

0 commit comments

Comments
 (0)