Skip to content

Commit 5a29ff1

Browse files
Sophie Wigmorepaketo-bot
authored andcommitted
Fix buildpack.toml fields and bump jam to v0.3.0
1 parent 1a30607 commit 5a29ff1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

buildpack.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ api = "0.2"
55
name = "Paketo Python Buildpack"
66

77
[metadata]
8+
include-files = ["buildpack.toml"]
89

910
[[order]]
1011

scripts/.util/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function util::tools::jam::install () {
5050

5151
if [[ ! -f "${dir}/jam" ]]; then
5252
local version
53-
version="v0.2.6"
53+
version="v0.3.0"
5454

5555
util::print::title "Installing jam ${version}"
5656
curl "https://github.com/paketo-buildpacks/packit/releases/download/${version}/jam-${os}" \

0 commit comments

Comments
 (0)