Skip to content

Commit 990805d

Browse files
j5ik2oj5ik2o-bot[bot]
authored andcommitted
fix build error
1 parent 3eb933f commit 990805d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lazy val baseSettings = Seq(
4545
semanticdbEnabled := true,
4646
semanticdbVersion := scalafixSemanticdb.revision,
4747
Test / publishArtifact := false,
48-
Test / fork := true
48+
Test / fork := true,
4949
testForkedParallel := true,
5050
concurrentRestrictions := {
5151
val par = parallelExecution.value

0 commit comments

Comments
 (0)