Skip to content

Commit 5bf48b1

Browse files
committed
Remove repeated -Yno-experimental
1 parent 3228526 commit 5bf48b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

project/Build.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ object Build {
230230
)
231231

232232
lazy val disableDocSetting =
233-
// This is a legacy settings, we should reevalute generating javadocs
233+
// This is a legacy settings, we should reevaluate generating javadocs
234234
Compile / doc / sources := Seq()
235235

236236
lazy val commonSettings = publishSettings ++ Seq(
@@ -447,8 +447,6 @@ object Build {
447447
// Add git-hash used to package the distribution to the manifest to know it in runtime and report it in REPL
448448
packageOptions += ManifestAttributes(("Git-Hash", VersionUtil.gitHash)),
449449

450-
scalacOptions += "-Yno-experimental",
451-
452450
javaOptions ++= {
453451
val managedSrcDir = {
454452
// Populate the directory

0 commit comments

Comments
 (0)