Skip to content

Commit

Permalink
Merge pull request #42 from julia-vscode/update-versions
Browse files Browse the repository at this point in the history
Update bounds in Project.toml
  • Loading branch information
davidanthoff authored Dec 3, 2019
2 parents f21025b + 10cf797 commit eb8b1f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "StaticLint"
uuid = "b3cc710f-9c33-5bdb-a03d-a94903873e97"
version = "1.0.3-DEV"
version = "2.0.0-DEV"

[deps]
CSTParser = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SymbolServer = "cf896787-08d5-524d-9de7-132aaa0cb996"

[compat]
CSTParser = "1.1"
SymbolServer = "1.0.1"
CSTParser = "2"
SymbolServer = "2"
julia = "1"

[extras]
Expand Down

0 comments on commit eb8b1f9

Please sign in to comment.