Skip to content

Commit d16becc

Browse files
authoredNov 11, 2024
Upgrade swiftui-hosting (#11)
1 parent e435410 commit d16becc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/FluidGroup/swiftui-Hosting",
77
"state" : {
8-
"revision" : "7e8eaca72eae910d6d3b6272c263c6c3a10b755c",
9-
"version" : "1.2.0"
8+
"revision" : "da41d5b6298b9e754936c5e114721d9acf4e83cd",
9+
"version" : "2.0.0"
1010
}
1111
}
1212
],

‎Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.library(name: "PrecisionLevelSlider", targets: ["PrecisionLevelSlider"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/FluidGroup/swiftui-Hosting", from: "1.2.0"),
13+
.package(url: "https://github.com/FluidGroup/swiftui-Hosting", from: "2.0.0"),
1414
],
1515
targets: [
1616
.target(

0 commit comments

Comments
 (0)
Please sign in to comment.