Skip to content

Commit 6ef590c

Browse files
committed
chore(buildpacks): update heroku-buildpack-clojure to v77
See heroku/heroku-buildpack-clojure@v76...77
1 parent ef63934 commit 6ef590c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/builder/install-buildpacks

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ download_buildpack() {
2929
mkdir -p $BUILDPACK_INSTALL_PATH
3030

3131
download_buildpack https://github.com/heroku/heroku-buildpack-multi.git v1.0.0 01-multi
32-
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v76 02-clojure
32+
download_buildpack https://github.com/heroku/heroku-buildpack-clojure.git v77 02-clojure
3333
download_buildpack https://github.com/heroku/heroku-buildpack-go.git v70 03-go
3434
download_buildpack https://github.com/heroku/heroku-buildpack-gradle.git v22 04-gradle
3535
download_buildpack https://github.com/heroku/heroku-buildpack-grails.git v21 05-grails

0 commit comments

Comments
 (0)