Skip to content

Commit

Permalink
update whilloc.opam
Browse files Browse the repository at this point in the history
  • Loading branch information
julianayang777 committed Mar 18, 2024
1 parent 8d1186e commit 427e871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
bos
cmdliner
ppx_deriving_yojson
(encoding (>= "dev")))
(encoding (= "dev")))
(tags
(topics "to describe" your project)))

Expand Down
2 changes: 1 addition & 1 deletion whilloc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"bos"
"cmdliner"
"ppx_deriving_yojson"
"encoding" {>= "dev"}
"encoding" {= "dev"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 427e871

Please sign in to comment.