Skip to content

Commit e8683ce

Browse files
committed
Fix merge mess
1 parent 686f5ad commit e8683ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
1313
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1414

1515
[compat]
16-
AbstractMCMC = "2, 3"
16+
AbstractMCMC = "2, 3, 4"
1717
DensityInterface = "0.4"
1818
Setfield = "0.8.1"
19-
julia = "1.6"
19+
julia = "~1.6.6, 1.7.3"

bors.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ status = [
22
"Julia 1.% - ubuntu-latest - x64",
33
"Julia 1.% - macOS-latest - x64",
44
"Julia 1.% - windows-latest - x64",
5-
"Julia 1.6 - ubuntu-latest - x64",
6-
"Julia 1.6 - macOS-latest - x64",
7-
"Julia 1.6 - windows-latest - x64",
5+
"Julia 1 - ubuntu-latest - x64",
6+
"Julia 1 - macOS-latest - x64",
7+
"Julia 1 - windows-latest - x64",
88
"DynamicPPL.jl",
99
"format"
1010
]
@@ -15,4 +15,4 @@ required_approvals = 1
1515
use_squash_merge = true
1616
# Uncomment this to use a two hour timeout.
1717
# The default is one hour.
18-
timeout_sec = 7200
18+
timeout_sec = 7200

0 commit comments

Comments
 (0)