Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Upgraded default Play version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Jan 29, 2015
1 parent f9e53a3 commit cd8cae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install_play()
echo "-----> Error installing Play! framework or unsupported Play! framework version specified. Please review Dev Center for a list of supported versions."
exit 1
fi
tar xzf $PLAY_TAR_FILE
tar xzmf $PLAY_TAR_FILE
rm $PLAY_TAR_FILE
chmod +x $PLAY_PATH/play
echo "-----> done"
Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ -d ${IVY_PATH}-overlay ]; then
fi

PLAY_VERSION=$(get_play_version conf/dependencies.yml)
DEFAULT_PLAY_VERSION="1.2.7"
DEFAULT_PLAY_VERSION="1.3.0"
VERSION_DECLARED=true

if [ -z "$PLAY_VERSION" ] ; then
Expand Down

0 comments on commit cd8cae9

Please sign in to comment.