Skip to content

Commit 21b8f0f

Browse files
committed
https://github.com/kylef/heroku-buildpack-swift/pull/44
1 parent 389b215 commit 21b8f0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BUILD_DIR=$1
1111
CACHE_DIR=$2
1212
ENV_DIR=$3
1313

14-
DEFAULT_SWIFT_VERSION="4.1"
14+
DEFAULT_SWIFT_VERSION="4.2"
1515
CLANG_VERSION=3.7.0
1616
SWIFT_BUILD_CONFIGURATION="release"
1717
SWIFT_BUILD_FLAGS=""

bin/steps/swiftenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Fetch swiftenv
2-
unset GIT_DIR
2+
33
git submodule update --init --recursive >/dev/null
44

55
# Activate swiftenv

0 commit comments

Comments
 (0)