Skip to content

Commit b3e7faf

Browse files
committed
chore!:
bumping swift-tools-version:5.5 and macosx to be compatible with otel
1 parent 9d25460 commit b3e7faf

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
@@ -1,12 +1,12 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:5.5
22

33
import PackageDescription
44

55
let package = Package(
66
name: "LaunchDarkly",
77
platforms: [
88
.iOS(.v13),
9-
.macOS(.v10_15),
9+
.macOS(.v12),
1010
.watchOS(.v6),
1111
.tvOS(.v13)
1212
],

0 commit comments

Comments
 (0)