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
Use untpd.Tree instead of tpd.Tree for SelectionRangeProvider (scala#22702)
Thanks to @NPCRUS@Yummy-Yums for taking a part in a spree. Sorry for
taking that long to create a PR, but I was unavailable.
Fixesscala#22566
---------
Co-authored-by: NPCRUS <npcrus@gmail.com>
Co-authored-by: Yummy-Yums <sailewalderbs@gmail.com>
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
@@ -1512,6 +1512,10 @@ object Build {
1512
1512
ivyConfigurations +=SourceDeps.hide,
1513
1513
transitiveClassifiers :=Seq("sources"),
1514
1514
scalacOptions ++=Seq("-source", "3.3"), // To avoid fatal migration warnings
1515
+
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