From e0bffba39544e5681ebd1f9df97bc42d4f4148ce Mon Sep 17 00:00:00 2001 From: "Matthew M. Keeler" Date: Mon, 12 Jun 2023 13:21:05 -0400 Subject: [PATCH] chore: Bump event source to 3.1.1 (#234) This doesn't actually change any behavior because we override the default retry behavior, and that is all that changed since 3.1.0. However, we do not want the SDK to drift too far from the eventsource implementation, so I try to update it each time. --- LaunchDarkly.podspec | 2 +- LaunchDarkly.xcodeproj/project.pbxproj | 2 +- Package.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LaunchDarkly.podspec b/LaunchDarkly.podspec index a65cfd68..316b0464 100644 --- a/LaunchDarkly.podspec +++ b/LaunchDarkly.podspec @@ -35,6 +35,6 @@ Pod::Spec.new do |ld| ld.swift_version = '5.0' ld.subspec 'Core' do |es| - es.dependency 'LDSwiftEventSource', '3.1.0' + es.dependency 'LDSwiftEventSource', '3.1.1' end end diff --git a/LaunchDarkly.xcodeproj/project.pbxproj b/LaunchDarkly.xcodeproj/project.pbxproj index 1f9b19ad..aacf0360 100644 --- a/LaunchDarkly.xcodeproj/project.pbxproj +++ b/LaunchDarkly.xcodeproj/project.pbxproj @@ -1882,7 +1882,7 @@ repositoryURL = "https://github.com/LaunchDarkly/swift-eventsource.git"; requirement = { kind = exactVersion; - version = 3.1.0; + version = 3.1.1; }; }; B4903D9624BD61B200F087C4 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */ = { diff --git a/Package.swift b/Package.swift index 77482d4b..8aab3b45 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( .package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .exact("9.1.0")), .package(url: "https://github.com/Quick/Quick.git", .exact("4.0.0")), .package(url: "https://github.com/Quick/Nimble.git", .exact("9.2.1")), - .package(name: "LDSwiftEventSource", url: "https://github.com/LaunchDarkly/swift-eventsource.git", .exact("3.1.0")) + .package(name: "LDSwiftEventSource", url: "https://github.com/LaunchDarkly/swift-eventsource.git", .exact("3.1.1")) ], targets: [ .target(