daml/.dadew
Moritz Kiefer 590833608c
Fix Windows CI (#5648)
The python install step started failing because there is a new pip
release so we get a warning. I tried to just upgrade python but the
new python manifest depends on functions that need an upgrade of scoop
so I upgraded that as well. Not quite sure which of those upgrades
fixes the issue …

changelog_begin
changelog_end
2020-04-21 13:31:57 +00:00

19 lines
359 B
Plaintext

{
"version": "0.0.8",
"manifests": "dev-env\\windows\\manifests",
"tools": [
"7zip",
"java-openjdk-8u201",
"msys2",
"curl-7.65.3",
"cacert",
"vcredist-14.0.23026",
"bazel",
"nodejs-10.16.3",
"python-3.8.2",
"nsis-3.04",
"maven-3.6.1",
"stack"
]
}