Skip to content

Commit

Permalink
Switch from Iterators.jl to IterTools.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
iamed2 committed Jun 23, 2017
1 parent 7786bcc commit d750a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Expand Up @@ -2,6 +2,6 @@ julia 0.5
Colors
Compat 0.18.0
DataStructures
Iterators 0.1.5
IterTools
JSON
Measures
2 changes: 1 addition & 1 deletion src/Compose.jl
Expand Up @@ -3,7 +3,7 @@ VERSION >= v"0.4.0-dev+6521" && __precompile__()
module Compose

using Colors
using Iterators
using IterTools
using DataStructures
using Compat
using Measures
Expand Down

0 comments on commit d750a27

Please sign in to comment.