diff --git a/src/featureFlags.ts b/src/featureFlags.ts index acb90e2e9..27c927eda 100644 --- a/src/featureFlags.ts +++ b/src/featureFlags.ts @@ -4,7 +4,7 @@ import { FeatureFlag } from "./types"; export const featureFlagMinBackendVersions: Record = { [FeatureFlag.ARE_IMPACT_HIGHLIGHTS_ENABLED]: "0.3.7", - [FeatureFlag.ARE_SCALING_HIGHLIGHTS_ENABLED]: "0.3.13", + [FeatureFlag.ARE_SCALING_HIGHLIGHTS_ENABLED]: "0.3.17", [FeatureFlag.ARE_INSIGHT_STATS_SUPPORTED]: "0.3.7" };