Skip to content

Commit

Permalink
update to use Dex_jll 2.30
Browse files Browse the repository at this point in the history
Update to use upstream dex 2.30+

Also needs changes to configuration format, and hence the bump in minor version
  • Loading branch information
tanmaykm committed Dec 2, 2021
1 parent a235f65 commit 2bd3e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ uuid = "90177ba7-a91c-5852-bc95-36ac82816823"
keywords = ["dex", "julia"]
license = "MIT"
desc = "Launch and manage Dex from Julia"
version = "0.4.1"
version = "0.5.0"

[deps]
Dex_jll = "f1ef5e10-671a-599f-ac25-3c68827556ba"

[compat]
julia = "1.3"
Dex_jll = "2.28"
Dex_jll = "2.30"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 2bd3e47

Please sign in to comment.