I wanna use opam
to install dune
package whose version is 1.11.0
or higher. But it told me Already up-to-date
while dune
is still 1.2.1
.
pasting my operations:
$ opam update
=-=- Updating package repositories =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[default] synchronized from https://opam.ocaml.org/1.2.2
And then:
$ opam upgrade dune
Already up-to-date.
But dune
didn't be upgraded.. It's still 1.2.1
.. How can I install higher version I wanted?
opam --version
is1.2.2
dune --version
is1.2.1