Skip to content

Commit

Permalink
Merge pull request #4 from Kuniwak/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Kuniwak authored Jun 12, 2024
2 parents 55bf8cb + a3c512c commit 4eab4c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Kuniwak/core-bluetooth-testable.git",
"state" : {
"revision" : "6ca4c86520e806ddf48a539c49c039276a279a8c",
"version" : "2.0.0"
"revision" : "5de9007a619459bce64b83e28a6315bad2dfcf4f",
"version" : "3.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/Kuniwak/swift-logger.git", .upToNextMajor(from: "1.1.0")),
.package(url: "https://github.com/Kuniwak/core-bluetooth-testable.git", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/Kuniwak/core-bluetooth-testable.git", .upToNextMajor(from: "3.0.0")),
.package(url: "https://github.com/Kuniwak/swift-ble-assigned-numbers.git", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/Kuniwak/MirrorDiffKit.git", .upToNextMajor(from: "6.0.0")),
.package(url: "https://github.com/cezheng/Fuzi.git", .upToNextMajor(from: "3.1.3")),
Expand Down

0 comments on commit 4eab4c6

Please sign in to comment.