Skip to content

Commit

Permalink
Merge pull request #3 from Kuniwak/update-mirror-diffkit
Browse files Browse the repository at this point in the history
Update MirrorDiffKit
  • Loading branch information
Kuniwak authored Jun 11, 2024
2 parents 9f7b9de + f0918cc commit 55bf8cb
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 @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Kuniwak/MirrorDiffKit",
"state" : {
"revision" : "8a4e0c645c2a7369527bfabe31af984a277b14ef",
"version" : "5.0.1"
"revision" : "6d721f86bbc91621b382f5a6a5a2ebd135c256e5",
"version" : "6.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let package = Package(
.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/swift-ble-assigned-numbers.git", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/Kuniwak/MirrorDiffKit.git", .upToNextMajor(from: "5.0.1")),
.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")),
],
targets: [
Expand Down

0 comments on commit 55bf8cb

Please sign in to comment.