Skip to content

Commit

Permalink
Development: Update SwiftStomp (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Sep 15, 2024
1 parent ee0fcd1 commit 1ce04cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/daltoniam/Starscream.git", exact: "4.0.4"),
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", .upToNextMajor(from: "2.3.0")),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMajor(from: "1.8.0")),
.package(url: "https://github.com/mac-cain13/R.swift.git", .upToNextMajor(from: "7.5.0")),
.package(url: "https://github.com/onevcat/Kingfisher.git", .upToNextMajor(from: "7.11.0")),
.package(url: "https://github.com/Romixery/SwiftStomp.git", .upToNextMinor(from: "1.1.1")),
.package(url: "https://github.com/Romixery/SwiftStomp.git", .upToNextMinor(from: "1.2.1")),
.package(url: "https://github.com/realm/SwiftLint.git", .upToNextMinor(from: "0.55.0")),
.package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver.git", .upToNextMajor(from: "1.9.0")),
],
Expand Down

0 comments on commit 1ce04cf

Please sign in to comment.