uber / mockolo

Efficient Mock Generator for Swift
Apache License 2.0
805 stars 85 forks source link

Bump SwiftSyntax to exact 0.50600.1 in Swift 5.6 #179

Closed yutailang0119 closed 2 years ago

yutailang0119 commented 2 years ago

SwiftSyntax has released to resolve https://bugs.swift.org/browse/SR-15989, so I specified to .exact("0.50600.1").

related: https://github.com/uber/mockolo/pull/178 fyi @aroshipup

uhooi commented 2 years ago

ref: https://github.com/apple/swift-syntax#declare-swiftpm-dependency-with-release-tag

uhooi commented 2 years ago

@EspressoCup I don't think it's a problem, so can I merge it? We would also like to release a Swift 5.6 compatible version.

EspressoCup commented 2 years ago

@EspressoCup I don't think it's a problem, so can I merge it? We would also like to release a Swift 5.6 compatible version.

Sounds good. Go ahead.

uhooi commented 2 years ago

@EspressoCup Released!! https://github.com/uber/mockolo/releases/tag/1.7.0

EspressoCup commented 2 years ago

@EspressoCup Released!! https://github.com/uber/mockolo/releases/tag/1.7.0

👍