Skip to content

Commit

Permalink
Update OneWay to 2.9.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYeom authored Oct 9, 2024
1 parent 2b0a322 commit 1eb653d
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" : "aaa73b8ae26df5abd3978745911d5cc9c1d017f4a01bd48d41b510beba58bf87",
"originHash" : "d47d2892cd61098d8f83600c781dff48aba680dc1a24fdc9f8b35ce9c7c3e479",
"pins" : [
{
"identity" : "oneway",
"kind" : "remoteSourceControl",
"location" : "https://github.com/DevYeom/OneWay.git",
"state" : {
"revision" : "f495cd5973607b00e69f6fec83614d411b9baf9c",
"version" : "2.8.1"
"revision" : "3cdbc766b808fab915d93a73cb974e97ce247a3f",
"version" : "2.9.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.library(name: "BadaUI", targets: ["BadaUI"]),
],
dependencies: [
.package(url: "https://github.com/DevYeom/OneWay.git", exact: "2.8.1"),
.package(url: "https://github.com/DevYeom/OneWay.git", exact: "2.9.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 1eb653d

Please sign in to comment.