1.11.5
Workspace Snippet
http_archive(
name = "bazelpods",
sha256 = "6cc5de176e2dbfe761fafffc2b191a2e938a967d7c429f5a9563407e88bbeafe",
url = "https://github.com/sergeykhliustin/BazelPods/releases/download/1.11.5/release.tar.gz"
)
load("@bazelpods//:repositories.bzl", "bazelpods_dependencies")
bazelpods_dependencies()
What's Changed
- fix: error build on Swift 5.10 by @jwthanh in #123
- Bump swift-argument-parser 1.3.0 by @sergeykhliustin in #124
New Contributors
Full Changelog: 1.11.4...1.11.5