Skip to content

Commit

Permalink
import getvalue
Browse files Browse the repository at this point in the history
update project
  • Loading branch information
Kris Brown authored and epatters committed Jun 29, 2024
1 parent 519d855 commit c285caa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GATlab"
uuid = "f0ffcf3b-d13a-433e-917c-cc44ccf5ead2"
authors = ["AlgebraicJulia Developers"]
version = "0.1.2"
version = "0.1.3"

[deps]
AlgebraicInterfaces = "23cfdc9f-0504-424a-be1f-4892b28e2f0c"
Expand All @@ -17,7 +17,7 @@ StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
AlgebraicInterfaces = "0.1.3"
AlgebraicInterfaces = "0.1.4"
Colors = "0.12"
Crayons = "4"
DataStructures = "0.18"
Expand Down
1 change: 1 addition & 0 deletions src/syntax/Scopes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ using MLStyle
using StructEquality
using Crayons
import Base: rest
import AlgebraicInterfaces: getvalue

using ...Util

Expand Down

0 comments on commit c285caa

Please sign in to comment.