Skip to content

Commit edae691

Browse files
authored
Update Project.toml
1 parent 4e0375a commit edae691

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ license = "MIT"
55
desc = "A discrete event process oriented simulation framework."
66
authors = ["Ben Lauwens <[email protected]>"]
77
repo = "https://github.com/BenLauwens/SimJulia.jl.git"
8-
version = "0.8.2"
8+
version = "0.8.3"
99

1010
[deps]
1111
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
1212
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
1313
ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"
1414

1515
[compat]
16-
ResumableFunctions = ">=0.5.1"
17-
julia = ">=1.2"
16+
ResumableFunctions = "^0.5"
17+
julia = "^1.2"
1818

1919
[extras]
2020
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)