Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanot committed Mar 17, 2024
1 parent 4223c35 commit 76ef633
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ let package = Package(
.package(url: "https://github.com/vmanot/CorePersistence.git", branch: "main"),
.package(url: "https://github.com/vmanot/Merge.git", branch: "master"),
.package(url: "https://github.com/vmanot/NetworkKit.git", branch: "master"),
.package(url: "https://github.com/vmanot/Swallow.git", branch: "master")
.package(url: "https://github.com/vmanot/Swallow.git", branch: "master"),
.package(url: "https://github.com/vmanot/SwiftUIX.git", branch: "master")
],
targets: [
.target(
Expand All @@ -47,7 +48,8 @@ let package = Package(
"CoreMI",
"Merge",
"NetworkKit",
"Swallow"
"Swallow",
"SwiftUIX",
],
path: "Sources/LargeLanguageModels",
resources: [
Expand Down

0 comments on commit 76ef633

Please sign in to comment.