We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c08e7 commit a57ec41Copy full SHA for a57ec41
bin/install.dart
@@ -59,7 +59,7 @@ Future<void> downloadDependency(String name, String version) async {
59
60
void main() async {
61
final dependencyName = Platform.isWindows ? 'pact_ffi' : 'libpact_ffi';
62
- final dependencyVersion = '0.3.3';
+ final dependencyVersion = '0.4.1';
63
64
await downloadDependency(dependencyName, dependencyVersion);
65
}
0 commit comments