Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
stansmida committed Jan 26, 2024
1 parent a4d1ae7 commit 171ea35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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/stansmida/swift-extras.git",
"state" : {
"revision" : "78d074c4c5f2b7571630b1ec35a8bb3484ff28b4",
"version" : "0.6.0"
"revision" : "beced210c6290dcff1c0aefbce2ea572c4691e13",
"version" : "0.7.4"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ let package = Package(
dependencies: [
// Depend on the Swift 5.9 release of SwiftSyntax
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
.package(url: "https://github.com/stansmida/swift-extras.git", exact: "0.6.0"),
.package(url: "https://github.com/stansmida/swift-syntax-extras.git", exact: "0.4.1"),
.package(url: "https://github.com/stansmida/swift-extras.git", from: "0.7.4"),
.package(url: "https://github.com/stansmida/swift-syntax-extras.git", from: "0.4.1"),
],
targets: [

Expand Down

0 comments on commit 171ea35

Please sign in to comment.