Skip to content

Commit 5966bc9

Browse files
committed
Testing
1 parent e5222ad commit 5966bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/swift-mock-generator.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class SwiftMockGenerator < Formula
1111
sha256 "SHA256_PLACEHOLDER"
1212
license "MIT"
1313

14-
depends_on macos: :monterey
15-
depends_on xcode: ["15.0", :build]
14+
depends_on :macos => :monterey
15+
depends_on :xcode => ["15.0", :build]
1616

1717
def install
1818
system "swift", "build", "-c", "release", "--disable-sandbox"

0 commit comments

Comments
 (0)