Skip to content

Commit

Permalink
build: update SwiftyACE package
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Oct 14, 2024
1 parent 1313cf7 commit e7ec636
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
{
"object": {
"pins": [
{
"package": "LangGraph",
"repositoryURL": "https://github.com/bsorrentino/LangGraph-Swift.git",
"state": {
"branch": "develop",
"revision": "45e5243ee11632614908caef34432629278591a0",
"version": null
}
},
{
"package": "OpenAI",
"repositoryURL": "https://github.com/MacPaw/OpenAI.git",
"state": {
"branch": "main",
"revision": "fd13a41e987004d14f1793c570721953a2767b03",
"version": null
}
},
{
"package": "SwiftyAceEditor",
"repositoryURL": "https://github.com/bsorrentino/SwiftyACE.git",
"state": {
"branch": "plantuml",
"revision": "7131760a100219845edad7296d87b926812eb871",
"version": null
}
"pins" : [
{
"identity" : "langgraph-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/bsorrentino/LangGraph-Swift.git",
"state" : {
"branch" : "develop",
"revision" : "45e5243ee11632614908caef34432629278591a0"
}
]
},
"version": 1
},
{
"identity" : "openai",
"kind" : "remoteSourceControl",
"location" : "https://github.com/MacPaw/OpenAI.git",
"state" : {
"branch" : "main",
"revision" : "fd13a41e987004d14f1793c570721953a2767b03"
}
},
{
"identity" : "swiftyace",
"kind" : "remoteSourceControl",
"location" : "https://github.com/bsorrentino/SwiftyACE.git",
"state" : {
"branch" : "main",
"revision" : "b851e3691103648f03104a64fe7a1ab5e87d777e"
}
}
],
"version" : 2
}
2 changes: 1 addition & 1 deletion PlantUMLFramework/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/bsorrentino/SwiftyACE.git", branch: "plantuml")
.package(url: "https://github.com/bsorrentino/SwiftyACE.git", branch: "main")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit e7ec636

Please sign in to comment.