File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scripts/templates/generate-package Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ let package = Package(
431
431
. library( name: " SotoXRay " , targets: [ " SotoXRay " ] ) ,
432
432
] ,
433
433
dependencies: [
434
- . package ( url: " https://github.com/soto-project/soto-core.git " , from: " 7.3 .0 " )
434
+ . package ( url: " https://github.com/soto-project/soto-core.git " , from: " 7.4 .0 " )
435
435
] ,
436
436
targets: [
437
437
. target(
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ let package = Package(
34
34
{ {/targets} }
35
35
],
36
36
dependencies: [
37
- .package(url: "https://github.com/soto-project/soto-core.git", from: "7.3 .0")
37
+ .package(url: "https://github.com/soto-project/soto-core.git", from: "7.4 .0")
38
38
],
39
39
targets: [
40
40
{ {#targets} }
You can’t perform that action at this time.
0 commit comments