From 9fddc677f2514106cdbd08ca29dadab512e6e9be Mon Sep 17 00:00:00 2001 From: Eric Rabil Date: Thu, 1 Sep 2022 16:25:58 -0400 Subject: [PATCH] Swog -> 1.0.9 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 6527fe1..a8a899d 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(url: "https://github.com/EricRabil/Swog", from: "1.0.8") + .package(url: "https://github.com/EricRabil/Swog", from: "1.0.9") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.