sbt 1.0 plugins
This commit is contained in:
parent
12e6ca829e
commit
488ced74e0
3
Makefile
3
Makefile
@ -4,7 +4,8 @@ FILES = bashrc bash_profile vimrc zshrc gitconfig screenrc commonshrc liquidprom
|
||||
config/qutebrowser config/nvim/init.vim ideavimrc \
|
||||
config/khal config/vdirsyncer/config config/khard \
|
||||
config/rofi-pass gdbinit notmuch-config \
|
||||
$(wildcard sbt/0.13/*.sbt sbt/0.13/plugins/*.sbt)
|
||||
$(wildcard sbt/0.13/*.sbt sbt/0.13/plugins/*.sbt) \
|
||||
$(wildcard sbt/1.0/plugins/*.sbt)
|
||||
|
||||
.PHONY: install clean check
|
||||
|
||||
|
1
sbt/1.0/plugins/sbt-updates.sbt
Normal file
1
sbt/1.0/plugins/sbt-updates.sbt
Normal file
@ -0,0 +1 @@
|
||||
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.1")
|
Loading…
Reference in New Issue
Block a user