diff --git a/bin/steps/sqlite3 b/bin/steps/sqlite3 old mode 100644 new mode 100755 index 3657d0b..3faae6e --- a/bin/steps/sqlite3 +++ b/bin/steps/sqlite3 @@ -6,6 +6,8 @@ source "$BIN_DIR/utils" sqlite3_version() { if [ "$STACK" = "cedar-14" ]; then SQLITE3_VERSION="3.8.2-1ubuntu2.2" + elif [ "$STACK" = "heroku-16" ]; then + SQLITE3_VERSION="3.11.0-1ubuntu1.2" else SQLITE3_VERSION=${SQLITE3_VERSION:-$(dpkg -s libsqlite3-0 | grep Version | sed 's/Version: //')} fi