Skip to content

Commit

Permalink
Poetry 1.6.1 as a default version
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Czachorowski committed Oct 23, 2023
1 parent 5a29a57 commit 8e30e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for env_file in $BUILDPACK_VARIABLES ; do
done

if [ -z "${POETRY_VERSION:-}" ] ; then
export POETRY_VERSION=1.4.1
export POETRY_VERSION=1.6.1
log "No Poetry version specified in POETRY_VERSION config var. Defaulting to $POETRY_VERSION."
else
log "Using Poetry version from POETRY_VERSION config var: $POETRY_VERSION"
Expand Down

0 comments on commit 8e30e6e

Please sign in to comment.