Skip to content

Commit c617443

Browse files
require and import Compat
1 parent ca9e594 commit c617443

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

REQUIRE

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
julia 0.4
22

33
JSON
4+
Compat 0.17
45
StackTraces 0.1
56
Mocking

src/Lumberjack.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ VERSION >= v"0.4.0-dev+6521" && __precompile__()
22

33
module Lumberjack
44

5-
import Base.show, Base.info, Base.log, Compat.@compat
5+
using Compat
6+
import Base.show, Base.info, Base.log
67
#import Mocking: @mendable # TODO - figure out how to use Mocking on 0.5
78

89
if !isdefined(Base, :StackTraces)

0 commit comments

Comments
 (0)