Skip to content

Commit

Permalink
Bump swift version in package definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
enhorn committed Nov 7, 2024
1 parent 35e0738 commit 1fab71c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.5
// swift-tools-version: 5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -7,8 +7,8 @@ let package = Package(
name: "OneLogger",
platforms: [
.macOS(.v11),
.iOS(.v10),
.tvOS(.v10),
.iOS(.v12),
.tvOS(.v12),
.watchOS(.v6)
],
products: [
Expand Down

0 comments on commit 1fab71c

Please # to comment.