Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-ads-github committed Dec 18, 2023
1 parent 9660e9c commit 10dbe18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/yandexmobile/metrica-sdk-ios", "4.0.0"..<"5.0.0"),
.package(url: "https://github.com/divkit/divkit-ios", "28.13.0"..<"29.0.0")
.package(url: "https://github.com/divkit/divkit-ios", exact: "28.13.0")
],
targets: [
.target(
Expand Down Expand Up @@ -61,4 +61,4 @@ let package = Package(
checksum: "1c537dc6fed4324add4c3c64817bc4b12cda44c2ce75a94b64bdcc4c04f6d454"
)
]
)
)

0 comments on commit 10dbe18

Please sign in to comment.