Skip to content

Commit

Permalink
Fix version spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Aug 22, 2023
1 parent 9981941 commit ed982e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(depends
(alcotest :with-test)
(ocamlformat
(= v0.26.0))
(= 0.26.0))
caqti
caqti-driver-sqlite3
caqti-lwt
Expand All @@ -39,7 +39,7 @@
ocaml
pcre
(ppx_yojson_conv
(<= v0.15.1))
(<= 0.15.1))
yojson))

(using menhir 2.1)
4 changes: 2 additions & 2 deletions qash.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ doc: "https://github.com/ushitora-anqou/qash"
bug-reports: "https://github.com/ushitora-anqou/qash/issues"
depends: [
"alcotest" {with-test}
"ocamlformat" {= "v0.26.0"}
"ocamlformat" {= "0.26.0"}
"caqti"
"caqti-driver-sqlite3"
"caqti-lwt"
Expand All @@ -25,7 +25,7 @@ depends: [
"menhir"
"ocaml"
"pcre"
"ppx_yojson_conv" {<= "v0.15.1"}
"ppx_yojson_conv" {<= "0.15.1"}
"yojson"
"odoc" {with-doc}
]
Expand Down

0 comments on commit ed982e8

Please sign in to comment.