From 498ac235d66b6d74d282f051f95672fc8956fe99 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Fri, 19 Jun 2020 13:54:30 -0400 Subject: [PATCH] needle 0.15.0 Closes #56563. Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/needle.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/needle.rb b/Formula/needle.rb index ac3488681a9..cffc1425ee4 100644 --- a/Formula/needle.rb +++ b/Formula/needle.rb @@ -2,8 +2,8 @@ class Needle < Formula desc "Compile-time safe Swift dependency injection framework with real code" homepage "https://github.com/uber/needle" url "https://github.com/uber/needle.git", - :tag => "v0.14.0", - :revision => "626bcbb2751ae314850faa54484294dd660e9c70" + :tag => "v0.15.0", + :revision => "f2bf540f14d671ad809548bcaea87cea21782d8f" bottle do cellar :any_skip_relocation @@ -12,7 +12,7 @@ class Needle < Formula sha256 "447f064214957ab45da2ac82b388a43913ba293c2112a735d77117f0e4faff92" => :high_sierra end - depends_on :xcode => ["10.0", :build] + depends_on :xcode => ["11.3", :build] depends_on :xcode => "6.0" def install