diff --git a/Package.resolved b/Package.resolved index cbecb8a..3f1b31e 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "5df21c4820606a0f3908478533dea9f2e659abf5a877660ce76321eead546594", + "originHash" : "75bf0478d821e9f021f47f259b924d83b2fefb8965ce5c440228d8abf109c16c", "pins" : [ { "identity" : "combine-schedulers", @@ -60,8 +60,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture.git", "state" : { - "revision" : "5b0890fabfd68a2d375d68502bc3f54a8548c494", - "version" : "1.23.1" + "revision" : "1eaa6fa2ee57ac42843283b9fd3457af408c858d", + "version" : "1.25.5" } }, { @@ -105,8 +105,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-navigation", "state" : { - "revision" : "bf498690e1f6b4af790260f542e8428a4ba10d78", - "version" : "2.6.0" + "revision" : "32f35241b8be0719c4c7f00eb27713b1cadb6248", + "version" : "2.8.0" } }, { diff --git a/Package.swift b/Package.swift index 6c08ede..33e92b6 100644 --- a/Package.swift +++ b/Package.swift @@ -6,15 +6,14 @@ let package = Package( name: "sqlite-undo", platforms: [ .iOS(.v13), - .macOS(.v12), + .macOS(.v13), ], products: [ .library(name: "SQLiteUndo", targets: ["SQLiteUndo"]), .library(name: "SQLiteUndoTCA", targets: ["SQLiteUndoTCA"]), ], dependencies: [ - .package( - url: "https://github.com/pointfreeco/swift-composable-architecture.git", from: "1.22.3"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", from: "1.25.0"), .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.3.3"), .package(url: "https://github.com/pointfreeco/swift-dependencies.git", from: "1.9.5"), .package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.18.7"),