You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project/Build.scala
+4
Original file line number
Diff line number
Diff line change
@@ -1497,6 +1497,10 @@ object Build {
1497
1497
ivyConfigurations +=SourceDeps.hide,
1498
1498
transitiveClassifiers :=Seq("sources"),
1499
1499
scalacOptions ++=Seq("-source", "3.3"), // To avoid fatal migration warnings
1500
+
publishLocal := publishLocal.dependsOn( // It is best to publish all together. It is not rare to make changes in both compiler / presentation compiler and it can get misaligned
0 commit comments