Skip to content

Commit 06c0439

Browse files
authored
Merge pull request #286 from JuliaText/rssdev10-json-update
Update JSON dependency to 1.x
2 parents 210e962 + f237010 commit 06c0439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "TextAnalysis"
22
uuid = "a2db99b7-8b79-58f8-94bf-bbc811eef33d"
33
license = "MIT"
44
desc = "Julia package for text analysis"
5-
version = "0.8.3"
5+
version = "0.8.4"
66

77
[deps]
88
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -27,7 +27,7 @@ WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
2727
DataStructures = "0.17, 0.18, 0.19"
2828
DelimitedFiles = "1"
2929
DocStringExtensions = "0.9"
30-
JSON = "0.21"
30+
JSON = "0.21, 1"
3131
Languages = "0.4"
3232
ProgressMeter = "1"
3333
Snowball = "0.1"

0 commit comments

Comments
 (0)