Commit d1fac00 1 parent b731607 commit d1fac00 Copy full SHA for d1fac00
File tree 3 files changed +12
-11
lines changed
3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 2
2
language : julia
3
3
4
4
julia :
5
- - 1.4 .1
5
+ - 1.5 .1
6
6
7
7
os :
8
8
- linux
@@ -19,7 +19,7 @@ after_success:
19
19
jobs :
20
20
include :
21
21
- stage : " Test"
22
- julia : 1.4 .1
22
+ julia : 1.5 .1
23
23
os : linux
24
24
script :
25
25
- julia -e 'using Pkg; Pkg.build(; verbose = true); Pkg.test(coverage=true)'
Original file line number Diff line number Diff line change 1
1
name = " ExperimentalDesign"
2
2
uuid = " 4babbea4-9e7d-11e9-116f-e1ada04bd296"
3
3
authors = [
" Pedro Bruel <[email protected] >" ]
4
- version = " 0.3.3 "
4
+ version = " 0.3.4 "
5
5
6
6
[deps ]
7
7
DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
@@ -18,12 +18,12 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
18
18
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
19
19
20
20
[compat ]
21
- DataFrames = " ~0.21"
22
- Distributions = " ~0.23"
23
- DocStringExtensions = " ~0.8.1 "
24
- Documenter = " ~0.24.6 "
25
- GLM = " ~1.3.7 "
21
+ DataFrames = " ~0.21.7 "
22
+ Distributions = " ~0.23.10 "
23
+ DocStringExtensions = " ~0.8.3 "
24
+ Documenter = " ~0.24.11 "
25
+ GLM = " ~1.3.10 "
26
26
Primes = " ~0.5"
27
- StatsBase = " ~0.33"
28
- StatsModels = " ~0.6.10 "
29
- julia = " ~1.4.1 "
27
+ StatsBase = " ~0.33.1 "
28
+ StatsModels = " ~0.6.14 "
29
+ julia = " ~1.5 "
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
9
9
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
10
10
ExperimentalDesign = " 4babbea4-9e7d-11e9-116f-e1ada04bd296"
11
11
GLM = " 38e38edf-8417-5370-95a0-9cbb8c7f171a"
12
+ IJulia = " 7073ff75-c697-5162-941a-fcdaad2a7d2a"
12
13
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13
14
Logging = " 56ddb016-857b-54e1-b83d-db4d58db5568"
14
15
Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
You can’t perform that action at this time.
0 commit comments