Skip to content

Commit 6a42ef6

Browse files
authored
using Compat (#224)
1 parent e4aa5cf commit 6a42ef6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MeasureTheory"
22
uuid = "eadaa1a4-d27c-401d-8699-e962e1bbc33b"
33
authors = ["Chad Scherrer <[email protected]> and contributors"]
4-
version = "0.17.1"
4+
version = "0.17.2"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -43,7 +43,7 @@ Tricks = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
4343
[compat]
4444
Accessors = "0.1"
4545
ChangesOfVariables = "0.1"
46-
Compat = "3.35, 4"
46+
Compat = "3.42, 4"
4747
ConcreteStructs = "0.2"
4848
ConstructionBase = "1.3"
4949
DensityInterface = "0.4"

src/MeasureTheory.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module MeasureTheory
22

3+
using Compat
34
using Random
45

56
using MeasureBase

0 commit comments

Comments
 (0)