Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smknaake committed Oct 30, 2024
1 parent fd1e309 commit 2a12f33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "fe716879-2e18-4081-b090-62ad3424aa7d"
authors = ["Bas Knaake <[email protected]>"]
version = "1.0.0-DEV"

[deps]
Atlans = "1fcd1f08-fdb6-477a-a0aa-3f8f0df25597"

[compat]
julia = "1.6.7"

Expand Down
6 changes: 4 additions & 2 deletions src/AtlansApi.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module AtlansApi

# Write your package code here.
using Atlans
using HTTP

end

end # module AlansApi

0 comments on commit 2a12f33

Please sign in to comment.