Skip to content

Commit

Permalink
Bump version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther committed Jun 14, 2021
1 parent c64f07a commit 747d25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ clean-targets: ["target", "dbt_modules"]
macro-paths: ["macros"]
log-path: "logs"

require-dbt-version: [">=0.18.0", "<0.20.0"]
require-dbt-version: [">=0.20.0", "<0.21.0"]
profile: integration_tests

quoting:
Expand Down
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- package: fishtown-analytics/dbt_utils
version: [">=0.6.0", "<0.7.0"]
version: [">=0.7.0", "<0.8.0"]

0 comments on commit 747d25c

Please sign in to comment.