Skip to content

Commit

Permalink
Merge pull request #4 from stonko1994/feature/update-dependencies
Browse files Browse the repository at this point in the history
Change package dependencies
  • Loading branch information
stonko1994 authored Oct 3, 2023
2 parents 05970ce + c0a0503 commit 0bc5a84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/stonko1994/DelayedTransitionView",
"state" : {
"revision" : "a6f2f24ab98621a327f5179b1b13225b458c2165",
"version" : "1.0.0"
"revision" : "062897343243bed3a236414f2621f49969d6a583",
"version" : "1.1.0"
}
},
{
"identity" : "marquee",
"kind" : "remoteSourceControl",
"location" : "https://github.com/stonko1994/Marquee",
"state" : {
"revision" : "176db9f8a21aeeb1a6668b9350464547b9da8a5b",
"version" : "0.4.0-rc.2"
"revision" : "65560cb07815a47de6805eead01bd653fce9b9b2",
"version" : "1.0.0"
}
},
{
"identity" : "swiftuix",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SwiftUIX/SwiftUIX",
"state" : {
"revision" : "1b8b443b61b8b37fafb06c1abad9b6be244c9de9",
"version" : "0.1.4"
"revision" : "5d472e5797d377af3d65c711af60277c7a753663",
"version" : "0.1.7"
}
}
],
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/stonko1994/DelayedTransitionView", exact: "1.0.0"),
.package(url: "https://github.com/SwiftUIX/SwiftUIX", exact: "0.1.4"),
.package(url: "https://github.com/stonko1994/Marquee", exact: "0.4.0-rc.2"),
.package(url: "https://github.com/stonko1994/DelayedTransitionView", from: "1.0.0"),
.package(url: "https://github.com/SwiftUIX/SwiftUIX", from: "0.1.0"),
.package(url: "https://github.com/stonko1994/Marquee", from: "1.0.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 0bc5a84

Please sign in to comment.