Commit df8c9714 authored by Eric Seidel's avatar Eric Seidel

Merge pull request #1626 from eseidelGoogle/dart_version

Bump the dart version used on the infra bots to 1.14.1
parents a3fdb0e0 30236007
......@@ -18,7 +18,7 @@ import sys
# How to roll the dart sdk: Just change this url! We write this to the stamp
# file after we download, and then check the stamp file for differences.
SDK_URL_BASE = ('http://gsdview.appspot.com/dart-archive/channels/stable/raw/'
'1.13.0/sdk/')
'1.14.1/sdk/')
LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment