Skip to content

Commit 7eefadc

Browse files
committed
Added Compat.Dates to all files that required it
1 parent 81fd738 commit 7eefadc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

test/REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DataStructures
22
FixedPointNumbers
33
OffsetArrays
4-
Compat 0.31.0
4+
Compat 0.37.0

test/lowering.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module TestLowering
22

33
using JSON
44
using Compat.Test
5+
using Compat.Dates
56
using FixedPointNumbers: Fixed
67

78
if isdefined(Base, :Dates)

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using JSON
22
using Compat.Test
33
using Compat
4+
using Compat.Dates
45
using OffsetArrays
56

67
import DataStructures

0 commit comments

Comments
 (0)