Skip to content

Commit 2bc70e6

Browse files
committed
1 parent ee89054 commit 2bc70e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ vars = {
7474
"isolate_tag": "@1.0.0",
7575
"jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
7676
"json_rpc_2_tag": "@2.0.4",
77-
"linter_rev": "@89f93362c5b48ef5192d77e9a28cf9590542669b", # prerelease 1.30
77+
"linter_tag": "@0.1.30",
7878
"logging_tag": "@0.11.3+1",
7979
"markdown_tag": "@0.11.2",
8080
"matcher_tag": "@0.12.0+2",
@@ -240,7 +240,7 @@ deps = {
240240
Var("dart_root") + "/third_party/pkg/json_rpc_2":
241241
(Var("github_mirror") % "json_rpc_2") + Var("json_rpc_2_tag"),
242242
Var("dart_root") + "/third_party/pkg/linter":
243-
(Var("github_mirror") % "linter") + Var("linter_rev"),
243+
(Var("github_mirror") % "linter") + Var("linter_tag"),
244244
Var("dart_root") + "/third_party/pkg/logging":
245245
(Var("github_mirror") % "logging") + Var("logging_tag"),
246246
Var("dart_root") + "/third_party/pkg/markdown":

0 commit comments

Comments
 (0)