Skip to content

Commit 488e9b5

Browse files
v0.17.0
1 parent 1e13d6d commit 488e9b5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ppx_expect.opam

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
opam-version: "2.0"
2+
version: "v0.17.0"
23
maintainer: "Jane Street developers"
34
authors: ["Jane Street Group, LLC"]
45
homepage: "https://github.com/janestreet/ppx_expect"
@@ -10,11 +11,11 @@ build: [
1011
["dune" "build" "-p" name "-j" jobs]
1112
]
1213
depends: [
13-
"ocaml" {>= "5.1.0"}
14-
"base"
15-
"ppx_here"
16-
"ppx_inline_test"
17-
"stdio"
14+
"ocaml" {>= "5.1.0"}
15+
"base" {>= "v0.17" & < "v0.18"}
16+
"ppx_here" {>= "v0.17" & < "v0.18"}
17+
"ppx_inline_test" {>= "v0.17" & < "v0.18"}
18+
"stdio" {>= "v0.17" & < "v0.18"}
1819
"dune" {>= "3.11.0"}
1920
"ppxlib" {>= "0.28.0"}
2021
]

0 commit comments

Comments
 (0)