Skip to content

Commit

Permalink
Merge pull request #14 from orlandos-nl/ae/mk-update
Browse files Browse the repository at this point in the history
Update to latest MongoKitten and macOS version required by MongoKitten
  • Loading branch information
Joannis authored Nov 21, 2023
2 parents 7855bba + 1b1a33e commit af30967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// swift-tools-version:5.5
// swift-tools-version:5.8
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "MongoQueue",
platforms: [
.macOS(.v12),
.macOS(.v13),
.iOS(.v15),
],
products: [
Expand All @@ -17,7 +17,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/orlandos-nl/MongoKitten.git", from: "7.7.0"),
.package(url: "https://github.com/orlandos-nl/MongoKitten.git", from: "7.8.0"),
],
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 af30967

Please sign in to comment.