Skip to content

Commit d1fac00

Browse files
committed
Bump package versions for Julia v1.5.1
1 parent b731607 commit d1fac00

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
language: julia
33

44
julia:
5-
- 1.4.1
5+
- 1.5.1
66

77
os:
88
- linux
@@ -19,7 +19,7 @@ after_success:
1919
jobs:
2020
include:
2121
- stage: "Test"
22-
julia: 1.4.1
22+
julia: 1.5.1
2323
os: linux
2424
script:
2525
- julia -e 'using Pkg; Pkg.build(; verbose = true); Pkg.test(coverage=true)'

Project.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExperimentalDesign"
22
uuid = "4babbea4-9e7d-11e9-116f-e1ada04bd296"
33
authors = ["Pedro Bruel <[email protected]>"]
4-
version = "0.3.3"
4+
version = "0.3.4"
55

66
[deps]
77
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
@@ -18,12 +18,12 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
1818
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1919

2020
[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"
2626
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"

examples/Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
99
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
1010
ExperimentalDesign = "4babbea4-9e7d-11e9-116f-e1ada04bd296"
1111
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
12+
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
1213
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1314
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
1415
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

0 commit comments

Comments
 (0)