Skip to content

Commit 124ae00

Browse files
committed
bump dependencies
1 parent 8edae6c commit 124ae00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
targets: ["FunctionCalling-FirebaseVertexAI"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/fumito-ito/FunctionCalling", from: "0.3.0"),
20-
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.4.0")
19+
.package(url: "https://github.com/fumito-ito/FunctionCalling", from: "0.4.0"),
20+
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "11.2.0")
2121
],
2222
targets: [
2323
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)