We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432af50 commit 857ce6eCopy full SHA for 857ce6e
prePR.sbt
@@ -1,7 +1,10 @@
1
import Build._
2
+import Dependencies.Ver._
3
4
addCommandAlias("prePR", "+prePR_nonCross")
5
6
+addCommandAlias("quickPrePR", s"++$scala212; prePR_nonCross; ++$scala213; prePR_nonCross")
7
+
8
val prePR_nonCross = taskKey[Unit]("Performs all necessary work required before submitting a PR, for a single version of Scala.")
9
10
// Unfortunately we can't just call `root/Test/compile` because it doesn't take aggregation into account :(
0 commit comments