File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1209,7 +1209,6 @@ object Build {
1209
1209
lazy val `scala2-library-bootstrapped` = project.in(file(" scala2-library-bootstrapped" )).
1210
1210
withCommonSettings(Bootstrapped ).
1211
1211
dependsOn(dottyCompiler(Bootstrapped ) % " provided; compile->runtime; test->test" ).
1212
- settings(commonBootstrappedSettings).
1213
1212
settings(scala2LibraryBootstrappedSettings).
1214
1213
settings(moduleName := " scala2-library" )
1215
1214
// -Ycheck:all is set in project/scripts/scala2-library-tasty-mima.sh
@@ -1221,7 +1220,6 @@ object Build {
1221
1220
lazy val `scala2-library-cc` = project.in(file(" scala2-library-cc" )).
1222
1221
withCommonSettings(Bootstrapped ).
1223
1222
dependsOn(dottyCompiler(Bootstrapped ) % " provided; compile->runtime; test->test" ).
1224
- settings(commonBootstrappedSettings).
1225
1223
settings(scala2LibraryBootstrappedSettings).
1226
1224
settings(
1227
1225
moduleName := " scala2-library-cc" ,
You can’t perform that action at this time.
0 commit comments