Skip to content

Commit

Permalink
deps: allow brick/math 0.12
Browse files Browse the repository at this point in the history
deps: other dev deps update
  • Loading branch information
Spomky committed Jan 29, 2024
1 parent 7cef9d7 commit f6b5425
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deptrac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ parameters:
- './src'
layers:
- name: 'CBOR'
collectors:
- type: 'className'
regex: '^CBO\\'
- name: 'Vendors'
collectors:
- { type: className, regex: '^Brick\\' }
collectors:
- type: 'className'
regex: '^CBO\\'
- name: 'Vendors'
collectors:
- { type: className, regex: '^Brick\\' }
ruleset:
CBOR:
- Vendors

0 comments on commit f6b5425

Please sign in to comment.