Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM google/dart:2.1.1 as build
FROM google/dart:2.7.2 as build

# Build Environment Vars
ARG BUILD_ID
Expand Down
Binary file added abide.pub.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'abide'
version: 1.6.7
version: 1.6.8
description: A command line tool to manage analysis_options.yaml and check if it abides by requirements.

homepage: https://github.com/Workiva/abide
Expand All @@ -13,11 +13,11 @@ executables:
dependencies:
args: ^1.4.4
dart2_constant: ^1.0.0
meta: ^1.1.6
meta: ^1.2.2
resource: ^2.0.0
yaml: ^2.1.12

dev_dependencies:
dart_dev: ^2.0.0
dependency_validator: ^1.1.2
test: '>=0.12.34 <2.0.0'
test: ^1.15.7