Skip to content

Commit 17bd093

Browse files
committed
Enable -Yno-experimental in the compiler
1 parent 042604c commit 17bd093

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

project/Build.scala

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,6 @@ object Build {
246246

247247
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
248248

249-
// TODO: enable after bootstrap
250-
// scalacOptions += "-Yno-experimental",
251-
252249
// If someone puts a source file at the root (e.g., for manual testing),
253250
// don't pick it up as part of any project.
254251
sourcesInBase := false,
@@ -448,8 +445,7 @@ object Build {
448445
// Add git-hash used to package the distribution to the manifest to know it in runtime and report it in REPL
449446
packageOptions += ManifestAttributes(("Git-Hash", VersionUtil.gitHash)),
450447

451-
// TODO: enable after bootstrap
452-
// scalacOptions += "-Yno-experimental",
448+
scalacOptions += "-Yno-experimental",
453449

454450
javaOptions ++= {
455451
val managedSrcDir = {

0 commit comments

Comments
 (0)