Skip to content

Commit

Permalink
Merge pull request #155 from tayloraswift/upgrade-swift-bson-0-5
Browse files Browse the repository at this point in the history
upgrade swift-bson (again)
  • Loading branch information
tayloraswift authored Dec 25, 2024
2 parents 0cde67d + c8b5a77 commit 7377126
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ let package:Package = .init(name: "swift-mongodb",
.library(name: "UnixTime_Atomics", targets: ["UnixTime_Atomics"]),
],
dependencies: [
.package(url: "https://github.com/tayloraswift/swift-bson", .upToNextMinor(
from: "0.4.0")),
.package(url: "https://github.com/tayloraswift/swift-grammar", .upToNextMinor(
from: "0.4.0")),
.package(url: "https://github.com/tayloraswift/swift-hash", .upToNextMinor(
from: "0.7.0")),
.package(url: "https://github.com/tayloraswift/swift-unixtime", .upToNextMinor(
from: "0.1.5")),
.package(url: "https://github.com/tayloraswift/swift-bson",
from: "0.5.0"),
.package(url: "https://github.com/tayloraswift/swift-grammar",
from: "0.4.0"),
.package(url: "https://github.com/tayloraswift/swift-hash",
from: "0.7.0"),
.package(url: "https://github.com/tayloraswift/swift-unixtime",
from: "0.1.5"),

.package(url: "https://github.com/apple/swift-atomics", .upToNextMinor(
from: "1.2.0")),
Expand Down

0 comments on commit 7377126

Please sign in to comment.