Skip to content

Commit

Permalink
Updates dbt version requirement to >=0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther committed Mar 25, 2019
1 parent c1e8f86 commit 66de569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'dbt_utils'
version: '0.1.0'

require-dbt-version: "0.13.0"
require-dbt-version: ">=0.13.0"

target-path: "target"
clean-targets: ["target", "dbt_modules"]
Expand Down

0 comments on commit 66de569

Please sign in to comment.