Skip to content

Commit

Permalink
SwiftGen 6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Aug 14, 2022
1 parent bc3038f commit 879b85a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

---

## 6.6.2

### Changes in core dependencies of SwiftGenPlugin

* [SwiftGen 6.6.2](https://github.com/SwiftGen/SwiftGen/blob/6.6.2/CHANGELOG.md)

## 6.6.1

### Changes in core dependencies of SwiftGenPlugin
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ let package = Package(
),
.binaryTarget(
name: "swiftgen",
url: "https://github.com/SwiftGen/SwiftGen/releases/download/6.6.1/swiftgen-6.6.1.artifactbundle.zip",
checksum: "69f0dae351747247a3dd88985a8643e527aff87e677963b4db59f6b67fbadbb7"
url: "https://github.com/SwiftGen/SwiftGen/releases/download/6.6.2/swiftgen-6.6.2.artifactbundle.zip",
checksum: "7586363e24edcf18c2da3ef90f379e9559c1453f48ef5e8fbc0b818fbbc3a045"
)
]
)

0 comments on commit 879b85a

Please sign in to comment.