Skip to content

Commit

Permalink
Update CombineExtensions (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel authored Aug 27, 2023
1 parent cb078a3 commit bee5273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/shareup/combine-extensions.git",
"state" : {
"revision" : "2575844d8c0af72671cb7f8784d7dddb2830dea6",
"version" : "5.0.2"
"revision" : "7c21588f2e029c049198db57eadbafbbeca87db2",
"version" : "6.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/shareup/combine-extensions.git",
from: "5.0.2"
from: "6.0.0"
),
.package(
url: "https://github.com/groue/GRDB.swift.git",
Expand Down

0 comments on commit bee5273

Please sign in to comment.