diff --git a/Sources/SmokeAWSGenerate/ECRConfiguration.swift b/Sources/SmokeAWSGenerate/ECRConfiguration.swift index 6b02ac3..203a033 100644 --- a/Sources/SmokeAWSGenerate/ECRConfiguration.swift +++ b/Sources/SmokeAWSGenerate/ECRConfiguration.swift @@ -23,7 +23,7 @@ internal struct ECRConfiguration { static let modelOverride = ModelOverride( enumerations: EnumerationNaming(usingUpperCamelCase: ["ImageFailureCode", "LayerFailureCode"]), fieldRawTypeOverride: - [Fields.timestamp.typeDescription: CommonConfiguration.longDateOverride]) + [Fields.timestamp.typeDescription: CommonConfiguration.integerDateOverride]) static let httpClientConfiguration = HttpClientConfiguration( retryOnUnknownError: true, diff --git a/Sources/SmokeAWSGenerate/main.swift b/Sources/SmokeAWSGenerate/main.swift index 593a8c1..4414b48 100644 --- a/Sources/SmokeAWSGenerate/main.swift +++ b/Sources/SmokeAWSGenerate/main.swift @@ -176,7 +176,7 @@ func generatePackageFile(baseNames: [String]) -> String { .package(url: "https://github.com/apple/swift-log", from: "1.0.0"), .package(url: "https://github.com/apple/swift-metrics.git", "1.0.0"..<"3.0.0"), .package(url: "https://github.com/LiveUI/XMLCoding.git", from: "0.4.1"), - .package(url: "https://github.com/amzn/smoke-http.git", from: "2.12.0"), + .package(url: "https://github.com/amzn/smoke-http.git", from: "2.19.1"), .package(url: "https://github.com/amzn/smoke-aws-support.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-crypto.git", from: "1.0.0"), ],