Skip to content

Commit 2625f03

Browse files
committed
Remove -Yerased-terms from stdlib community build opts
1 parent 42c3662 commit 2625f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ object projects:
224224
lazy val stdLib213 = SbtCommunityProject(
225225
project = "stdLib213",
226226
extraSbtArgs = List("-Dscala.build.compileWithDotty=true"),
227-
sbtTestCommand = """;set scalacOptions in Global += "-Yerased-terms" ;library/compile""",
228-
sbtPublishCommand = """;set scalacOptions in Global += "-Yerased-terms" ;set publishArtifact in (library, Compile, packageDoc) := false ;library/publishLocal""",
227+
sbtTestCommand = """library/compile""",
228+
sbtPublishCommand = """;set publishArtifact in (library, Compile, packageDoc) := false ;library/publishLocal""",
229229
)
230230

231231
lazy val shapeless = SbtCommunityProject(

0 commit comments

Comments
 (0)