Skip to content

Commit

Permalink
Merge pull request #244 from dbt-labs/patch-release-utils-version
Browse files Browse the repository at this point in the history
make sure not to install dbt utils 1.0 in current version
  • Loading branch information
joellabes authored Dec 5, 2022
2 parents ae865a8 + b81efa6 commit 471e716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- package: dbt-labs/dbt_utils
version: [">=0.8.6", "<2.0.0"]
version: [">=0.8.6", "<1.0.0"]

0 comments on commit 471e716

Please sign in to comment.