Skip to content

Commit 857ce6e

Browse files
committed
Add quickPrePR sbt cmd
1 parent 432af50 commit 857ce6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

prePR.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import Build._
2+
import Dependencies.Ver._
23

34
addCommandAlias("prePR", "+prePR_nonCross")
45

6+
addCommandAlias("quickPrePR", s"++$scala212; prePR_nonCross; ++$scala213; prePR_nonCross")
7+
58
val prePR_nonCross = taskKey[Unit]("Performs all necessary work required before submitting a PR, for a single version of Scala.")
69

710
// Unfortunately we can't just call `root/Test/compile` because it doesn't take aggregation into account :(

0 commit comments

Comments
 (0)