Skip to content

Commit f771595

Browse files
committed
Adjust object.wrapper directive to be considered EXPERIMENTAL
1 parent 964b8fe commit f771595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/directives/src/main/scala/scala/build/preprocessing/directives/ObjectWrapper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import scala.cli.commands.SpecificationLevel
88
@DirectiveExamples("//> using objectWrapper")
99
@DirectiveUsage("//> using objectWrapper", "`//> using objectWrapper`")
1010
@DirectiveDescription("Set the default code wrapper for scripts to object wrapper")
11-
@DirectiveLevel(SpecificationLevel.RESTRICTED)
11+
@DirectiveLevel(SpecificationLevel.EXPERIMENTAL)
1212
final case class ObjectWrapper(
1313
@DirectiveName("object.wrapper")
1414
objectWrapper: Boolean = false

0 commit comments

Comments
 (0)