Skip to content

Commit

Permalink
Remove deprecated name property in SPM package file for the Mocker de…
Browse files Browse the repository at this point in the history
…pendency on Swift 5.9 (#881)
  • Loading branch information
nvelichkin authored Mar 29, 2024
1 parent ca10683 commit 7d951da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
targets: ["SnowplowTracker"]),
],
dependencies: [
.package(name: "Mocker", url: "https://github.com/WeTransfer/Mocker.git", from: "2.5.4"),
.package(url: "https://github.com/WeTransfer/Mocker.git", from: "2.5.4"),
],
targets: [
.target(
Expand Down

0 comments on commit 7d951da

Please sign in to comment.