Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Oct 31, 2024
1 parent d3bd355 commit dcd292e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
with:
ocaml-compiler: 5.2.0
dune-cache: true
- run: opam install . --deps-only --with-test
- run: opam install . --deps-only --with-test --locked
- run: opam exec -- dune build
- run: opam exec -- dune test
6 changes: 3 additions & 3 deletions aoc.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: "MIT"
homepage: "https://github.com/drewolson/aoc-ocaml"
bug-reports: "https://github.com/drewolson/aoc-ocaml/issues"
depends: [
"angstrom" {= "0.16.0"}
"angstrom" {= "0.16.1"}
"core" {= "v0.17.1"}
"core_bench" {= "v0.17.0"}
"core_kernel" {= "v0.17.0"}
Expand All @@ -18,11 +18,11 @@ depends: [
"ocaml-lsp-server" {= "1.19.0"}
"ocamlformat" {= "0.26.2"}
"odig" {= "0.0.9"}
"odoc" {= "2.4.2"}
"odoc" {= "2.4.3"}
"pcre" {= "7.5.0"}
"ppx_jane" {= "v0.17.0"}
"utop" {= "2.14.0"}
"z3" {= "4.13.0-3"}
"z3" {= "4.13.3"}
"zarith" {= "1.14"}
]
build: [
Expand Down

0 comments on commit dcd292e

Please sign in to comment.