Skip to content

Commit 21db6d3

Browse files
Update project and test environments; bump min Julia
1 parent 6662f46 commit 21db6d3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Project.toml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,10 @@ Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"
2222
[compat]
2323
AssetRegistry = "0.1.0"
2424
FunctionalCollections = "0.5.0"
25-
JSExpr = "0.5"
2625
JSON = "0.18, 0.19, 0.20, 0.21"
2726
Observables = "0.5"
2827
Requires = "0.4.4, 0.5, 1.0.0"
2928
WebSockets = "1.5.0, 1.6.0"
3029
Widgets = "0.6.2"
31-
julia = "1.6"
30+
julia = "1.10"
3231

33-
[extras]
34-
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"
35-
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
36-
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
37-
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
38-
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
39-
JSExpr = "97c1335a-c9c5-57fe-bc5d-ec35cebe8660"
40-
Mux = "a975b10e-0019-58db-a62f-e48ff68538c9"
41-
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
42-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
43-
44-
[targets]
45-
test = ["Blink", "Conda", "DataStructures", "Dates", "IJulia", "JSExpr", "Mux", "NBInclude", "Test"]

test/Project.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[deps]
2+
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"
3+
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
4+
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
5+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
6+
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
7+
JSExpr = "97c1335a-c9c5-57fe-bc5d-ec35cebe8660"
8+
Mux = "a975b10e-0019-58db-a62f-e48ff68538c9"
9+
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
10+
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
11+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12+
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
13+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
14+
WebSockets = "104b5d7c-a370-577a-8038-80a2059c5097"

0 commit comments

Comments
 (0)