Skip to content

Commit

Permalink
Added an explicit dependency to DRK 3.3.1 in aichat to try and get ar…
Browse files Browse the repository at this point in the history
…ound the build issues
  • Loading branch information
diegoreymendez committed Dec 20, 2024
1 parent 4793044 commit b712681
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LocalPackages/AIChat/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ let package = Package(
targets: ["AIChat"]
),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "3.3.1"),
],
targets: [
.target(
name: "AIChat",
Expand Down

0 comments on commit b712681

Please sign in to comment.