Skip to content

Commit

Permalink
get gamebox version constraint from the dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Mar 20, 2020
1 parent e1a7caa commit b402444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sourceUrl: ${project.scm.url}
updatedAt: !!java.lang.Long ${timestamp}
dependencies:
- id: gamebox
versionConstrain: ">= 3.0.1"
versionConstrain: ">= ${gamebox.version}"

0 comments on commit b402444

Please sign in to comment.