Skip to content

Commit

Permalink
chore: bump to Swift 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro committed Oct 31, 2023
1 parent 2eedebf commit d71fbe7
Show file tree
Hide file tree
Showing 9 changed files with 142 additions and 44 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM swift:5.1
FROM swift:5.9

ENV APP_HOME ./app
RUN mkdir $APP_HOME
Expand Down
8 changes: 7 additions & 1 deletion 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

//
// Package.swift
Expand Down Expand Up @@ -29,6 +29,12 @@ import PackageDescription

let package = Package(
name: "SWXMLHash",
platforms: [
.iOS(.v12),
.macOS(.v10_13),
.tvOS(.v12),
.watchOS(.v4)
],
products: [
.library(
name: "SWXMLHash",
Expand Down
Loading

0 comments on commit d71fbe7

Please sign in to comment.