Skip to content

Commit

Permalink
update dependencies (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ay42 authored Oct 1, 2021
1 parent 74a1b22 commit b044e7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"pins": [
{
"package": "Shapes",
"repositoryURL": "https://github.com/swift-extensions/swiftui-shapes.git",
"repositoryURL": "https://github.com/spacenation/swiftui-shapes.git",
"state": {
"branch": null,
"revision": "13dec88f0e3731f191ee650c8fc21708692e2302",
"version": "1.0.0"
"revision": "c58b15c37eae9bd20525c6daa93a06a689ca75cb",
"version": "1.1.0"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.1
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

Expand All @@ -11,7 +11,7 @@ let package = Package(
.library(name: "Charts", targets: ["Charts"])
],
dependencies: [
.package(url: "https://github.com/swift-extensions/swiftui-shapes.git", .upToNextMajor(from: "1.0.0"))
.package(name: "Shapes", url: "https://github.com/spacenation/swiftui-shapes.git", .upToNextMajor(from: "1.1.0"))
],
targets: [
.target(name: "Charts",dependencies: ["Shapes"])
Expand Down

0 comments on commit b044e7e

Please sign in to comment.