Skip to content

Commit

Permalink
leverage build pipelining for 2.x and 3.5 projects
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin authored Aug 22, 2024
1 parent c676683 commit daa4cd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ inThisBuild(
List(
onLoadMessage := s"Welcome to scalafix ${version.value}",
semanticdbEnabled := true,
semanticdbVersion := scalametaV
semanticdbVersion := scalametaV,
usePipelining := true
)
)

Expand Down

0 comments on commit daa4cd3

Please sign in to comment.