Skip to content

Commit

Permalink
Upgrade package dependencies to latest versions (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiu authored Feb 3, 2025
1 parent 2c05f13 commit 237abcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 54 deletions.
50 changes: 0 additions & 50 deletions Package.resolved

This file was deleted.

8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0"),
.package(url: "https://github.com/GigaBitcoin/secp256k1.swift", from: "0.12.2"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMajor(from: "1.8.1")),
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMajor(from: "1.1.2"))
.package(url: "https://github.com/apple/swift-docc-plugin.git", .upToNextMajor(from: "1.4.3")),
.package(url: "https://github.com/GigaBitcoin/secp256k1.swift", exact: "0.12.2"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMajor(from: "1.8.4")),
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMajor(from: "1.1.4"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 237abcd

Please sign in to comment.