Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
 - Bump tools version (5.3 -> 5.9).
  • Loading branch information
backslash-f committed Dec 26, 2023
1 parent f385eb1 commit 61d25ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.9

import PackageDescription

Expand All @@ -23,6 +23,5 @@ let package = Package(
.testTarget(
name: "AppLoggerTests",
dependencies: ["AppLogger"]),
],
swiftLanguageVersions: [.v5]
]
)

0 comments on commit 61d25ca

Please sign in to comment.