Skip to content

Commit

Permalink
Changed QRCodeGenerator and IntGeometry dependencies from master/…
Browse files Browse the repository at this point in the history
…main branches to their respective minimum major versions & Removed Package.resolved
  • Loading branch information
YourMJK committed Jul 12, 2023
1 parent b5fa168 commit e3660c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store

.swiftpm
Package.resolved
25 changes: 0 additions & 25 deletions Package.resolved

This file was deleted.

4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ let package = Package(
.library(name: "QRGen", targets: ["QRGen"]),
],
dependencies: [
.package(url: "https://github.com/YourMJK/QRCodeGenerator", branch: "master"),
.package(url: "https://github.com/YourMJK/IntGeometry", branch: "main"),
.package(url: "https://github.com/YourMJK/QRCodeGenerator", from: "1.1.0"),
.package(url: "https://github.com/YourMJK/IntGeometry", from: "1.0.0"),
],
targets: [
.target(
Expand Down

0 comments on commit e3660c9

Please sign in to comment.