Skip to content

Commit

Permalink
Change Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Jan 3, 2024
1 parent e3455e7 commit 665a394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.5

import PackageDescription

Expand Down
4 changes: 2 additions & 2 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
targets: ["SnowplowTracker"]),
],
dependencies: [
.package(url: "https://github.com/ccgus/fmdb", from: "2.7.6"),
.package(url: "https://github.com/WeTransfer/Mocker.git", from: "2.5.4"),
.package(name: "FMDB", url: "https://github.com/ccgus/fmdb", from: "2.7.6"),
.package(name: "Mocker", url: "https://github.com/WeTransfer/Mocker.git", from: "2.5.4"),
],
targets: [
.target(
Expand Down

0 comments on commit 665a394

Please sign in to comment.