Skip to content

Commit

Permalink
Upgrade ocaml
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Dec 27, 2023
1 parent 41a5c28 commit 4d762c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dune test
## Create Local Switch

```
opam switch create ./ ocaml-base-compiler.5.1.0 --deps-only
opam switch create ./ ocaml-base-compiler.5.1.1 --deps-only
```
6 changes: 3 additions & 3 deletions aoc.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ depends: [
"core_bench" {= "v0.16.0"}
"core_kernel" {= "v0.16.0"}
"core_unix" {= "v0.16.0"}
"domainslib" {= "0.5.1"}
"domainslib" {= "0.5.0"}
"dune" {= "3.12.1"}
"ocaml" {= "5.1.0"}
"ocaml-lsp-server" {= "1.16.2"}
"ocaml" {= "5.1.1"}
"ocaml-lsp-server" {= "1.17.0"}
"ocamlformat" {= "0.26.1"}
"pcre" {= "7.5.0"}
"ppx_jane" {= "v0.16.0"}
Expand Down

0 comments on commit 4d762c9

Please sign in to comment.