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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1514,6 +1514,10 @@ object Build {
1514
1514
ivyConfigurations +=SourceDeps.hide,
1515
1515
transitiveClassifiers :=Seq("sources"),
1516
1516
scalacOptions ++=Seq("-source", "3.3"), // To avoid fatal migration warnings
1517
+
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