Skip to content

Commit 9f6048b

Browse files
committed
Example adopts latest release
1 parent 5bb54e0 commit 9f6048b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Examples/ExamplePrebuiltPackageIntegration/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/ExamplePrebuiltPackageIntegration/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
),
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/dfed/SafeDI.git", exact: "1.2.0-rc-6"),
23+
.package(url: "https://github.com/dfed/SafeDI.git", from: "1.2.0"),
2424
],
2525
targets: [
2626
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)