There was an error while loading. Please reload this page.
1 parent ef02227 commit 023809fCopy full SHA for 023809f
1 file changed
README.md
@@ -12,9 +12,11 @@
12
Add this configuration to your `Package.swift`:
13
```swift
14
dependencies: [
15
- .package(url: "https://github.com/fenli/SourceryBuildPlugin", .branch("main")),
+ .package(url: "https://github.com/fenli/SourceryBuildPlugin", from: "2.3.0"),
16
],
17
```
18
+> *This package version will follow [Sourcery binary versioning](https://github.com/krzysztofzablocki/Sourcery/releases)*
19
+
20
Then add the plugins to your target:
21
22
.target(
0 commit comments