Skip to content

Commit

Permalink
Fixed last deprecation warning for scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesduesing committed Nov 14, 2023
1 parent bdcee90 commit 7f7a327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ThisBuild / javaOptions ++= Seq(
addCommandAlias(
"compileAll",
"; copyResources ; scalastyle ; " +
"OPAL / test / compile ; test:scalastyle ; " +
"OPAL / Test / compile ; OPAL / Test / scalastyle ; " +
"OPAL / IntegrationTest / scalariformFormat ; OPAL / IntegrationTest / scalastyle ; OPAL / IntegrationTest / compile "
)

Expand Down

0 comments on commit 7f7a327

Please sign in to comment.