Skip to content

Commit

Permalink
Merge pull request sbt#1022 from eed3si9n/wip/semanticdb
Browse files Browse the repository at this point in the history
Update semanticdb
  • Loading branch information
eed3si9n authored Jan 17, 2022

Verified

This commit was signed with the committer’s verified signature.
nickzelei Nick Zelei
2 parents 2cfb839 + 3e2eb25 commit e383c44
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
@@ -87,7 +87,7 @@ ThisBuild / publishTo := {
ThisBuild / mimaPreviousArtifacts := Set.empty
// limit the number of concurrent test so testQuick works
Global / concurrentRestrictions += Tags.limit(Tags.Test, 4)
Global / semanticdbVersion := "4.4.20"
Global / semanticdbVersion := "4.4.28"
ThisBuild / Test / fork := true

def baseSettings: Seq[Setting[_]] = Seq(

0 comments on commit e383c44

Please sign in to comment.