Skip to content

Commit 4adedbc

Browse files
authored
fixes the ppx_bap version in the dev-repo opam file (#1323)
This file is assuming the presence of the testing snapshot opam repository, which is not always available. It is also not required to get ppx_bap from it as it is already for a long time in the upstream repository.
1 parent 0e4bd53 commit 4adedbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opam/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"camlzip"
1414
"linenoise" {>= "1.1" & < "2.0"}
1515
"cmdliner" {>= "1.0" & < "2.0"}
16-
"ppx_bap" {= "master"}
16+
"ppx_bap" {>= "v0.14" & < "v0.15"}
1717
"core_kernel" {>= "v0.14" & < "v0.15"}
1818
"ezjsonm"
1919
"fileutils"

0 commit comments

Comments
 (0)