Skip to content

Commit

Permalink
Update semanticdb version
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jul 5, 2021
1 parent a020abf commit 0f54838
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 0f54838

Please sign in to comment.