Skip to content

Commit

Permalink
v0.2.117 Added specific ref to Java9, Java is now v10
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Colgate committed Mar 26, 2018
1 parent 2133044 commit 4daf79d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions homebrew/brew-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ brew upgrade
# Many of the binaries require Java so to avoid errors and warning Java
# is being installed first
# ---------------------------------------------------------------------------
brew cask install java
brew cask install java8 ## added to replace java7, line above installs java 9
brew cask install java ## Java 10
brew cask install java8
brew cask install java9


# ---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reedia-dotfiles",
"version": "0.2.115",
"version": "0.2.117",
"description": "Dotfiles - A set of Mac OS X configuration files - Simply designed to fit your shell life.",
"keywords": [
"dotfiles",
Expand Down

0 comments on commit 4daf79d

Please sign in to comment.