File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1682,7 +1682,6 @@ object Build {
16821682 Compile / scalacOptions ++= Seq (
16831683 // Needed so that the library sources are visible when `dotty.tools.dotc.core.Definitions#init` is called
16841684 " -sourcepath" , (Compile / sourceDirectories).value.map(_.getCanonicalPath).distinct.mkString(File .pathSeparator),
1685- " -nowarn" ,
16861685 ),
16871686 // Make sure that the produced artifacts have the minimum JVM version in the bytecode
16881687 Compile / javacOptions ++= Seq (" --release" , Versions .minimumJVMVersion),
@@ -1765,7 +1764,6 @@ object Build {
17651764 Compile / scalacOptions ++= Seq (
17661765 // Needed so that the library sources are visible when `dotty.tools.dotc.core.Definitions#init` is called
17671766 " -sourcepath" , (Compile / sourceDirectories).value.map(_.getCanonicalPath).distinct.mkString(File .pathSeparator),
1768- " -nowarn" ,
17691767 ),
17701768 // Make sure that the produced artifacts have the minimum JVM version in the bytecode
17711769 Compile / javacOptions ++= Seq (" --release" , Versions .minimumJVMVersion),
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ object ScalaLibraryPlugin extends AutoPlugin {
110110 previous
111111 .withAnalysis(analysis.copy(stamps = stamps)) // update the analysis with the correct stamps
112112 .withHasModified(true ) // mark it as updated for sbt to update its caches
113- },
113+ }
114114 )
115115
116116 private lazy val filesToCopy = Set (
You can’t perform that action at this time.
0 commit comments