Skip to content

Commit

Permalink
corrected jutul branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Nov 12, 2024
1 parent ced4118 commit 510336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dependencies.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Pkg
Pkg.update()
Pkg.add("HTTP")
Pkg.add(PackageSpec(;name="BattMo", rev="dev"))
Pkg.add("Jutul")
Pkg.add(PackageSpec(;name="Jutul", rev="battmo"))
Pkg.add("JSON")
Pkg.add("HDF5")
Pkg.add("UUIDs")
Expand Down

0 comments on commit 510336c

Please sign in to comment.