Skip to content

Commit 176171e

Browse files
committed
DBG: update number?
1 parent 9534d2d commit 176171e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ _opam/%: _opam/opam-init/init.sh ocaml-versions/%.json
136136
opam update
137137
OCAMLRUNPARAM="$(OCAML_RUN_PARAM)" OCAMLCONFIGOPTION="$(OCAML_CONFIG_OPTION)" opam switch create --keep-build-dir --yes $* ocaml-base-compiler.$*
138138
@{ case "$*" in \
139-
*5.1*) opam pin add -n --yes --switch $* sexplib0.v0.15.0 https://github.com/shakthimaan/sexplib0.git#multicore; \
139+
*5.1*) opam pin add -n --yes --switch $* sexplib0.v0.16.0 https://github.com/shakthimaan/sexplib0.git#multicore; \
140140
esac };
141141
# TODO remove pin when a new orun version is released on opam
142142
opam pin add -n --yes --switch $* orun https://github.com/ocaml-bench/orun.git

0 commit comments

Comments
 (0)