Skip to content

Commit

Permalink
Merge pull request #37 from sisl/colors-compat
Browse files Browse the repository at this point in the history
Compatibility with Colors.jl
  • Loading branch information
MaximeBouton authored Jan 8, 2020
2 parents 1f610a3 + 3d885b3 commit 9118e70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:
# - osx
julia:
- 1.0
- 1.1
- 1.3

addons:
apt:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
Pkg.develop(PackageSpec(path=pwd()));
Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
after_success: skip
after_success: skip
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AutoViz"
uuid = "82aa6e0c-a491-5edf-8d4b-c16b98e4ea17"
repo = "https://github.com/sisl/AutoViz.jl.git"
version = "0.7.8"
version = "0.7.9"

[deps]
AutomotiveDrivingModels = "99497e54-f3d6-53d3-a3a9-fa9315a7f1ba"
Expand All @@ -19,7 +19,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Vec = "44eeaf0b-fee4-471f-9310-ed6585cb3142"

[compat]
Colors = "0.9"
Colors = "0.7,0.9"

[extras]
Interact = "c601a237-2ae4-5e1e-952c-7a85b0c7eef1"
Expand Down

0 comments on commit 9118e70

Please sign in to comment.