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.
2 parents b93f028 + fe08b47 commit ab49e70Copy full SHA for ab49e70
build.sbt
@@ -912,8 +912,8 @@ lazy val publishSettings = Seq(
912
) ++ sharedPublishSettings ++ sharedReleaseProcess
913
914
// Scalafmt
915
-addCommandAlias("fmt", "; compile:scalafmt; test:scalafmt; scalafmtSbt")
916
-addCommandAlias("fmtCheck", "; compile:scalafmtCheck; test:scalafmtCheck; scalafmtSbtCheck")
+addCommandAlias("fmt", "; Compile / scalafmt; Test / scalafmt; scalafmtSbt")
+addCommandAlias("fmtCheck", "; Compile / scalafmtCheck; Test / scalafmtCheck; scalafmtSbtCheck")
917
918
// These aliases serialise the build for the benefit of Travis-CI.
919
addCommandAlias("buildKernelJVM", ";kernelJVM/test;kernelLawsJVM/test")
0 commit comments