Skip to content

Commit

Permalink
revert package.swift change
Browse files Browse the repository at this point in the history
  • Loading branch information
dayaffe committed Sep 25, 2023
1 parent 887b095 commit b8d4c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func addClientRuntimeDependency(_ version: Version) {
]
case (false, false):
package.dependencies += [
.package(url: smithySwiftURL, .branch("day/expose-timeout"))
.package(url: smithySwiftURL, .exact(version))
]
}
}
Expand Down

0 comments on commit b8d4c57

Please sign in to comment.