Skip to content

Commit

Permalink
Enable -Ycheck:all for scala2-library-bootstrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengyun committed Apr 8, 2024
1 parent 1bfb0f1 commit c91a748
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,10 @@ object Build {
dependsOn(dottyCompiler(Bootstrapped) % "provided; compile->runtime; test->test").
settings(commonBootstrappedSettings).
settings(scala2LibraryBootstrappedSettings).
settings(moduleName := "scala2-library")
settings(moduleName := "scala2-library").
settings(
scalacOptions += "-Ycheck:all",
)

/** Scala 2 library compiled by dotty using the latest published sources of the library.
*
Expand Down

0 comments on commit c91a748

Please sign in to comment.