Skip to content

Commit

Permalink
Merge pull request #30 from U-is-Ni-in-Korea/feat_29_ryu
Browse files Browse the repository at this point in the history
[FEAT] : dependency 버전 업데이트
  • Loading branch information
ryuchanghwi authored Dec 27, 2023
2 parents 1a991a2 + 8b4fd7f commit 01d8dd4
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 @@ -15,9 +15,9 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
Package.Dependency.package(url: "https://github.com/airbnb/lottie-ios", from: "4.2.0"),
Package.Dependency.package(url: "https://github.com/airbnb/lottie-ios", from: "4.3.4"),
Package.Dependency.package(url: "https://github.com/SnapKit/SnapKit", from: "5.6.0"),
Package.Dependency.package(url: "https://github.com/onevcat/Kingfisher", from: "7.8.1")
Package.Dependency.package(url: "https://github.com/onevcat/Kingfisher", from: "7.10.1")
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit 01d8dd4

Please sign in to comment.