Skip to content

Commit 247695d

Browse files
authored
Merge pull request #14 from yumemi-inc/feature/upToNextMajor
Feature/up to next major
2 parents 98d51e7 + 4d86744 commit 247695d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.5
1+
// swift-tools-version:5.7
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: ["DangerSwiftKantoku"]),
1414
],
1515
dependencies: [
16-
.package(name: "danger-swift", url: "https://github.com/danger/swift.git", from: "3.0.0"),
17-
.package(name: "XCResultKit", url: "https://github.com/davidahouse/XCResultKit", from: "1.0.0"),
16+
.package(name: "danger-swift", url: "https://github.com/danger/swift.git", .upToNextMajor(from: "3.0.0")),
17+
.package(name: "XCResultKit", url: "https://github.com/davidahouse/XCResultKit", .upToNextMajor(from: "1.0.0")),
1818
],
1919
targets: [
2020
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)