Skip to content

Commit 64c3cd0

Browse files
committed
Undo build changes
1 parent ab8cde1 commit 64c3cd0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

project/Build.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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),

project/ScalaLibraryPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)