Skip to content

Commit 2f0f2fb

Browse files
committed
Bump DojoEnvironments to v0.6.1
1 parent e41c241 commit 2f0f2fb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DojoEnvironments/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DojoEnvironments"
22
uuid = "8728bab7-e8ae-46fd-a1b6-a8c4d00f608e"
33
authors = ["simonlc <simonlc@stanford.edu>", "thowell <thowell@stanford.edu>", "Jan Bruedigam <jan.bruedigam@tum.de>", "rejuvyesh <mail@rejuvyesh.com>"]
4-
version = "0.6.0"
4+
version = "0.6.1"
55

66
[deps]
77
Dojo = "ac60b53e-8d92-4c83-b960-e78698fa1916"
@@ -12,4 +12,4 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1212
[compat]
1313
Dojo = "0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0"
1414
PrecompileTools = "1.0, 1.2"
15-
julia = "1.6, 1.9"
15+
julia = "1.6, 1.10"

DojoEnvironments/test/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
55

66
[compat]
77
Dojo = "0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0"
8-
SafeTestsets = "0.0.1, 0.0.1"
8+
SafeTestsets = "0.1.0, 0.1.0"

examples/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1717
[compat]
1818
ClosedIntervals = "<0.3.1, 0.3.1"
1919
ControlSystemsBase = "1.0, 1.10"
20-
Dojo = "<0.7.4, 0.7.4"
21-
DojoEnvironments = "<0.6.0, 0.6.0"
20+
Dojo = "<0.7.5, 0.7.5"
21+
DojoEnvironments = "<0.6.1, 0.6.1"
2222
Flux = "<0.13.17, 0.13.17"
2323
ForwardDiff = "<0.10.36, 0.10.36"
2424
JLD2 = "<0.4.46, 0.4.46"

0 commit comments

Comments
 (0)