Skip to content

Commit

Permalink
Update dependency examples/Ballerina.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanemoraes committed Jan 3, 2025
1 parent afc80a5 commit 966fb92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/order-creation/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ distribution = "2201.10.3"

[build-options]
observabilityIncluded = true

[[dependency]]
org = "ballerinax"
name = "hubspot.crm.commerce.orders"
version="1.0.0"
repository="local"
1 change: 1 addition & 0 deletions examples/order-creation/main.bal
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import ballerina/io;
// import ballerinax/hubspot.crm.commerce.orders;

public function main() {
io:println("Hello, World!");
Expand Down

0 comments on commit 966fb92

Please sign in to comment.