diff --git a/Makefile b/Makefile index a964f98..fa1854e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ FILES = bashrc bash_profile vimrc zshrc gitconfig screenrc commonshrc liquidprom gnomerc gvimrc muttrc pentadactylrc mailcap latexmkrc ctags \ i3/config i3status.conf msmtprc spacemacs emacs.d mbsyncrc authinfo \ config/qutebrowser config/nvim/init.vim ideavimrc agignore \ - $(wildcard sbt/0.13/plugins/*.sbt) + $(wildcard sbt/0.13/*.sbt sbt/0.13/plugins/*.sbt) .PHONY: install clean check diff --git a/sbt/0.13/global.sbt b/sbt/0.13/global.sbt new file mode 100644 index 0000000..6f9808c --- /dev/null +++ b/sbt/0.13/global.sbt @@ -0,0 +1 @@ +cancelable in Global := true