From da7e746458778b49b2087bd4d273c6bc087a8a74 Mon Sep 17 00:00:00 2001 From: dmnre Date: Fri, 20 Feb 2026 15:22:53 +0300 Subject: [PATCH] [minor] refactor: Update ProjectDescription to release/1.1.0 --- ImpactAnalysis/Package.resolved | 4 ++-- PluginSupport/Package.resolved | 4 ++-- PluginSupport/Package.swift | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ImpactAnalysis/Package.resolved b/ImpactAnalysis/Package.resolved index e737c17..8f254c3 100644 --- a/ImpactAnalysis/Package.resolved +++ b/ImpactAnalysis/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/geko-tech/project-description", "state" : { - "branch" : "release/1.0.0", - "revision" : "163340426179ebd12ef856cd762c7868451bef08" + "branch" : "release/1.1.0", + "revision" : "cc642f1e94f4b38d54d9a52741e66b1070c64d64" } }, { diff --git a/PluginSupport/Package.resolved b/PluginSupport/Package.resolved index 4c7cf4d..54d59f0 100644 --- a/PluginSupport/Package.resolved +++ b/PluginSupport/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/geko-tech/project-description", "state" : { - "branch" : "release/1.0.0", - "revision" : "163340426179ebd12ef856cd762c7868451bef08" + "branch" : "release/1.1.0", + "revision" : "cc642f1e94f4b38d54d9a52741e66b1070c64d64" } }, { diff --git a/PluginSupport/Package.swift b/PluginSupport/Package.swift index 4bfe4e4..0462ada 100644 --- a/PluginSupport/Package.swift +++ b/PluginSupport/Package.swift @@ -28,7 +28,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/geko-tech/project-description", branch: "release/1.0.0"), + .package(url: "https://github.com/geko-tech/project-description", branch: "release/1.1.0"), .package(url: "https://github.com/apple/swift-tools-support-core", from: "0.6.1"), .package(url: "https://github.com/apple/swift-log", from: "1.5.3"), .package(url: "https://github.com/apple/swift-crypto", from: "3.15.1"),