Commit 50b1b16d authored by Devon Carew's avatar Devon Carew

rev test to 0.12.13+1 to support 1.17.0-dev dart sdks (#3613)

parent 2c70b3e4
...@@ -20,6 +20,6 @@ dependencies: ...@@ -20,6 +20,6 @@ dependencies:
path: '../flutter_test' path: '../flutter_test'
dev_dependencies: dev_dependencies:
test: '0.12.13' test: 0.12.13+1
mockito: '^0.11.0' mockito: '^0.11.0'
quiver: '^0.21.4' quiver: '^0.21.4'
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
# The flutter tools depend on very specific internal implementation # The flutter tools depend on very specific internal implementation
# details of the 'test' package, which change between versions, so # details of the 'test' package, which change between versions, so
# here we pin it precisely to avoid version skew across our packages. # here we pin it precisely to avoid version skew across our packages.
test: 0.12.13 test: 0.12.13+1
# We don't actually depend on 'analyzer', but 'test' does. We pin the # We don't actually depend on 'analyzer', but 'test' does. We pin the
# version of analyzer we depend on to avoid version skew across our # version of analyzer we depend on to avoid version skew across our
......
...@@ -31,7 +31,7 @@ dependencies: ...@@ -31,7 +31,7 @@ dependencies:
# We depend on very specific internal implementation details of the # We depend on very specific internal implementation details of the
# 'test' package, which change between versions, so here we pin it # 'test' package, which change between versions, so here we pin it
# precisely. # precisely.
test: 0.12.13 test: 0.12.13+1
# We don't actually depend on 'analyzer', but 'test' does. We pin the # We don't actually depend on 'analyzer', but 'test' does. We pin the
# version of analyzer we depend on to avoid version skew across our # version of analyzer we depend on to avoid version skew across our
......
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