Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jul 12, 2024
1 parent bc3c1ad commit 228f938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ trait CommonPublishModule
}

def scalacOptions = T {
Seq("-unchecked", "-encoding", "utf8", "-feature", "-experimental") ++
Seq("-unchecked", "-encoding", "utf8", "-feature") ++
Agg.when(!isScala3(scalaVersion()))("-opt:l:method", "-Xfatal-warnings", "-deprecation").toSeq
}

Expand Down

0 comments on commit 228f938

Please sign in to comment.