Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kripth committed Aug 5, 2018
1 parent c3b0ce7 commit 4b5a411
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ before_build:
# - git clone https://github.com/selery-plugins/rcon.git plugins/rcon
- git clone https://github.com/selery-plugins/vanilla.git plugins/vanilla
# - git clone https://github.com/selery-plugins/web-admin.git plugins/web-admin
# - git clone https://github.com/selery-plugins/web-view.git plugins/web-view
- git clone https://github.com/selery-plugins/web-view.git plugins/web-view

build_script:
- build.bat -c %DC% %CONFIGURATION% -a %Darch% hub
Expand Down
14 changes: 7 additions & 7 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ targetType "library"
targetPath "libs"

dependency "imageformats" version="~>6.1.2"
dependency "lighttp" version="~>0.2.0"
dependency "lighttp" version="~>0.3.0"
dependency "memutils" version="~>0.4.10"
dependency "my-ip" version="~>0.1.0"
dependency "packet-maker" version="~>0.6.0"
dependency "resusage" version="~>0.2.7"
dependency "roman" version="~>1.0.0"
dependency "roman" version="~>1.0"
dependency "sel-nbt" version="~>2.3.0"
dependency "sel-net" version="~>0.2.1"
dependency "sel-server" version="~>0.3.0"
dependency "sel-utils" version="==1.4.1"
dependency "sel-util:format" version="~>0.1.0"
dependency "sel-util:terminal" version="~>0.1.0"
dependency "string-transform-d" version="~>1.0.0"
dependency "terminal" version="~>0.3.0"
dependency "xbuffer" version="~>1.0.0"
dependency "sel-util:format" version="~>0.3"
dependency "sel-util:terminal" version="~>0.3"
dependency "string-transform-d" version="~>1.0"
dependency "terminal" version="~>1.0"
dependency "xbuffer" version="~>1.0"

// for testing
//dependency "sel-server" path="../sel-server"
Expand Down

0 comments on commit 4b5a411

Please sign in to comment.