Skip to content

Commit

Permalink
Merge pull request #12 from TechnologyBrewery/11-fix-poetry-core-version
Browse files Browse the repository at this point in the history
#11 ⬆️ work around habushu defect to fix the failing build
  • Loading branch information
d-ryan-ashcraft authored Jan 3, 2024
2 parents 73278c3 + dd1cb13 commit 39f7574
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery</groupId>
<artifactId>parent</artifactId>
<version>6</version>
<version>7</version>
</parent>

<groupId>org.technologybrewery</groupId>
Expand Down Expand Up @@ -47,7 +47,7 @@
</scm>

<properties>
<version.habushu.plugin>2.7.0</version.habushu.plugin>
<version.habushu.plugin>2.9.0</version.habushu.plugin>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ nose = "^1.3.7"
poetry-monorepo-dependency-plugin = "poetry_monorepo_dependency_plugin.plugin:MonorepoDependencyPlugin"

[build-system]
requires = ["poetry-core>=1.6"]
requires = ["poetry-core>=1.6.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 39f7574

Please sign in to comment.