Skip to content

Commit

Permalink
Merge pull request #992 from eed3si9n/wip/semanticdb
Browse files Browse the repository at this point in the history
Update semanticdb version
  • Loading branch information
eed3si9n committed Jul 5, 2021
2 parents 608c2b2 + 0f54838 commit 2d457e7
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 @@ -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)
ThisBuild / semanticdbVersion := "4.4.6"
Global / semanticdbVersion := "4.4.20"
ThisBuild / Test / fork := true

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

0 comments on commit 2d457e7

Please sign in to comment.