Skip to content

Commit

Permalink
Update OCaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreryan committed Jan 19, 2024
1 parent 7e3f8fa commit dd197da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion InteinFinder.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ doc: "https://mooreryan.github.io/InteinFinder/"
bug-reports: "https://github.com/mooreryan/InteinFinder/issues"
depends: [
"dune" {>= "3.5"}
"ocaml" {= "4.14.0"}
"ocaml" {= "4.14.1"}
"async" {>= "v0.16.0" & < "v0.17.0"}
"async_unix" {>= "v0.16.0" & < "v0.17.0"}
"bio_io" {>= "0.6.0" & < "0.7.0"}
Expand Down
4 changes: 2 additions & 2 deletions InteinFinder.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ depends: [
"menhirLib" {= "20220210"}
"menhirSdk" {= "20220210"}
"num" {= "1.4"}
"ocaml" {= "4.14.0"}
"ocaml-base-compiler" {= "4.14.0"}
"ocaml" {= "4.14.1"}
"ocaml-base-compiler" {= "4.14.1"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "2"}
"ocaml-options-vanilla" {= "1"}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(synopsis "Automated intein detection from large protein datasets")
(depends
(ocaml
(= "4.14.0"))
(= "4.14.1"))
(async
(and
(>= "v0.16.0")
Expand Down

0 comments on commit dd197da

Please sign in to comment.