Skip to content

Commit 4006e99

Browse files
committed
v0.14.0
1 parent d99c737 commit 4006e99

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ppx_inline_test.opam

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
opam-version: "2.0"
2+
version: "v0.14.0"
23
maintainer: "[email protected]"
34
authors: ["Jane Street Group, LLC <[email protected]>"]
45
homepage: "https://github.com/janestreet/ppx_inline_test"
@@ -10,9 +11,9 @@ build: [
1011
["dune" "build" "-p" name "-j" jobs]
1112
]
1213
depends: [
13-
"ocaml" {>= "4.04.2"}
14-
"base"
15-
"time_now"
14+
"ocaml" {>= "4.04.2"}
15+
"base" {>= "v0.14" & < "v0.15"}
16+
"time_now" {>= "v0.14" & < "v0.15"}
1617
"dune" {>= "2.0.0"}
1718
"ppxlib" {>= "0.11.0"}
1819
]

0 commit comments

Comments
 (0)