3lvis / Networking

Swift HTTP Networking with stubbing and caching support
MIT License
1.36k stars 112 forks source link

Set swift-tools-version to 4.2 #257

Closed Arestronaut closed 4 years ago

Arestronaut commented 4 years ago

Since the current swift-tools-version in Package.swift is set to 4.0 it seems to create a problem when using self.jpegData(compressionQuality: 1) which was introduced in swift 4.2.

This PR sets the swift-tools-version in Package.swift to 4.2

3lvis commented 4 years ago

Thank you!