Skip to content

Commit

Permalink
chore: update to federation composition v2.3.2 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored Feb 14, 2023
1 parent cb3e9bb commit aeb68b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compatibility/src/composeSupergraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { readFile, writeFile } from 'fs/promises';
import { createWriteStream } from 'fs';

const COMPOSITION_VERSION =
process.env['APOLLO_ROVER_DEV_COMPOSITION_VERSION'] ?? '2.3.1';
process.env['APOLLO_ROVER_DEV_COMPOSITION_VERSION'] ?? '2.3.2';
const roverDebug = debug('rover');

/**
Expand Down

0 comments on commit aeb68b9

Please sign in to comment.