Skip to content

Commit 198ca01

Browse files
committed
refactor: Modernize sbt command syntax
1 parent a390153 commit 198ca01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,6 @@ lazy val sslConfig = project
518518

519519
addCommandAlias(
520520
"check",
521-
"scalafmtSbtCheck; scalafmtCheckAll; compile:scalafix --check; test:scalafix --check; +doc; +site/mdoc; +missinglinkCheck; +test"
521+
"scalafmtSbtCheck; scalafmtCheckAll; Compile/scalafix --check; Test/scalafix --check; +doc; +site/mdoc; +missinglinkCheck; +test"
522522
)
523-
addCommandAlias("fix", "compile:scalafix; test:scalafix; scalafmtSbt; scalafmtAll")
523+
addCommandAlias("fix", "Compile/scalafix; Test/scalafix; scalafmtSbt; scalafmtAll")

0 commit comments

Comments
 (0)