File tree 3 files changed +2
-167
lines changed
src-non-bootstrapped/scala/compiletime
3 files changed +2
-167
lines changed Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ object MyScalaJSPlugin extends AutoPlugin {
63
63
}
64
64
65
65
object Build {
66
- val referenceVersion = " 3.0.0-RC2-bin-20210318-e60ef35 -NIGHTLY"
66
+ val referenceVersion = " 3.0.0-RC2-bin-20210325-ab2664f -NIGHTLY"
67
67
68
68
val baseVersion = " 3.0.0-RC2"
69
69
val baseSbtDottyVersion = " 0.5.4"
@@ -246,9 +246,6 @@ object Build {
246
246
247
247
libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % Test ,
248
248
249
- // TODO: enable after bootstrap
250
- // scalacOptions += "-Yno-experimental",
251
-
252
249
// If someone puts a source file at the root (e.g., for manual testing),
253
250
// don't pick it up as part of any project.
254
251
sourcesInBase := false ,
@@ -448,8 +445,7 @@ object Build {
448
445
// Add git-hash used to package the distribution to the manifest to know it in runtime and report it in REPL
449
446
packageOptions += ManifestAttributes ((" Git-Hash" , VersionUtil .gitHash)),
450
447
451
- // TODO: enable after bootstrap
452
- // scalacOptions += "-Yno-experimental",
448
+ scalacOptions += " -Yno-experimental" ,
453
449
454
450
javaOptions ++= {
455
451
val managedSrcDir = {
You can’t perform that action at this time.
0 commit comments