Skip to content

Commit bbc3578

Browse files
committed
fix: bump package version
1 parent a87cf2d commit bbc3578

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
dependencies: [
2020
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
2121
.package(url: "https://github.com/apple/swift-nio.git", from: "2.80.0"),
22-
.package(url: "https://github.com/GetAutomaApp/swift-any-codable.git", branch: "main"),
22+
.package(url: "https://github.com/GetAutomaApp/swift-any-codable.git", from: "1.0.2"),
2323
],
2424
targets: [
2525
.target(

0 commit comments

Comments
 (0)