diff --git a/Package.swift b/Package.swift index 0db82ec..415cfee 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(name: "APIRequest", url: "https://github.com/GroupeMINASTE/APIRequest.swift", from: "1.3.2"), + .package(name: "APIRequest", url: "https://github.com/GroupeMINASTE/APIRequest.swift", from: "1.3.3"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.