Skip to content

Commit

Permalink
Add upper bound on Gospel dependency
Browse files Browse the repository at this point in the history
Next release is expected to include breaking changes
  • Loading branch information
n-osborne committed Oct 9, 2024
1 parent 05feaa1 commit 4969138
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ortac-core/ortac-core.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ depends: [
"cmdliner" {>= "1.1.0"}
"fmt"
"ppxlib" {>= "0.26.0"}
"gospel" {>= "0.2.0"}
"gospel" {= "0.2.0"}
"alcotest" {with-test & >= "0.8.1"}
"ortac-runtime" {with-test & = version}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/ortac-core/ortac-core.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ depends: [
"cmdliner" {>= "1.1.0"}
"fmt"
"ppxlib" {>= "0.26.0"}
"gospel" {>= "0.3.0"}
"gospel" {= "0.3.0"}
"alcotest" {with-test & >= "0.8.1"}
"ortac-runtime" {with-test & = version}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion packages/ortac-qcheck-stm/ortac-qcheck-stm.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ depends: [
"fmt"
"ppxlib" {>= "0.26.0"}
"mdx" {with-test}
"gospel" {>= "0.2.0"}
"gospel" {= "0.2.0"}
"qcheck-core" {with-test}
"qcheck-stm" {with-test}
"qcheck-multicoretests-util" {with-test}
Expand Down

0 comments on commit 4969138

Please sign in to comment.