Skip to content

Commit

Permalink
Revisions for standard library (#221)
Browse files Browse the repository at this point in the history
* Revisions for standard library

* Bump REQUIRE appropriately
  • Loading branch information
TotalVerb authored Nov 1, 2017
1 parent b4a4e33 commit cfaaac3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.6
Compat 0.30.0
Compat 0.33.0
1 change: 1 addition & 0 deletions src/Parser.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module Parser # JSON

using Compat
using Compat.Mmap
using ..Common

"""
Expand Down
2 changes: 1 addition & 1 deletion test/lowering.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module TestLowering

using JSON
using Base.Test
using Compat.Test
using FixedPointNumbers: Fixed

if isdefined(Base, :Dates)
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using JSON
using Base.Test
using Compat.Test
using Compat
using OffsetArrays

Expand Down
2 changes: 1 addition & 1 deletion test/serializer.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module TestSerializer

using JSON
using Base.Test
using Compat.Test

# to define a new serialization behaviour, import these first
import JSON.Serializations: CommonSerialization, StandardSerialization
Expand Down

0 comments on commit cfaaac3

Please sign in to comment.