From dd197da6ab041f74ed73ae54b4b55d34e1b25e89 Mon Sep 17 00:00:00 2001 From: "Ryan M. Moore" Date: Fri, 19 Jan 2024 15:50:01 -0500 Subject: [PATCH] Update OCaml --- InteinFinder.opam | 2 +- InteinFinder.opam.locked | 4 ++-- dune-project | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/InteinFinder.opam b/InteinFinder.opam index 29102c6..201f82a 100644 --- a/InteinFinder.opam +++ b/InteinFinder.opam @@ -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"} diff --git a/InteinFinder.opam.locked b/InteinFinder.opam.locked index 6ae5bea..84d6e1b 100644 --- a/InteinFinder.opam.locked +++ b/InteinFinder.opam.locked @@ -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"} diff --git a/dune-project b/dune-project index f9a24cc..7ab1626 100644 --- a/dune-project +++ b/dune-project @@ -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")