Skip to content

Commit

Permalink
Update packages (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYeom authored Sep 8, 2024
1 parent ac765d6 commit ca01a02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "a98a66492243515afe85bee75488bbe9a769c5dcd8de061ba51320dc7d217361",
"originHash" : "a756311f1e9a5556a6e285556ab236a3feb6d9f14d04ed003dbd93777414adb1",
"pins" : [
{
"identity" : "oneway",
"kind" : "remoteSourceControl",
"location" : "https://github.com/DevYeom/OneWay.git",
"state" : {
"revision" : "bc687d5f5d210e9985e5c235d1d88c66bd731a31",
"version" : "2.6.0"
"revision" : "4d25b546cd7266cfabbf61908d6616c69b32ebf7",
"version" : "2.7.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "BadaUI", targets: ["BadaUI"]),
],
dependencies: [
.package(url: "https://github.com/DevYeom/OneWay.git", exact: "2.6.0"),
.package(url: "https://github.com/DevYeom/OneWay.git", exact: "2.7.0"),
],
targets: [
.target(
Expand Down

0 comments on commit ca01a02

Please sign in to comment.