We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4214b81 commit a956e13Copy full SHA for a956e13
Samples/JavaProbablyPrime/Package.swift
@@ -7,7 +7,7 @@ import PackageDescription
7
let package = Package(
8
name: "JavaProbablyPrime",
9
platforms: [
10
- .macOS(.v10_15),
+ .macOS(.v15),
11
],
12
13
products: [
Samples/JavaSieve/Package.swift
@@ -42,7 +42,7 @@ let javaIncludePath = "\(javaHome)/include"
42
43
name: "JavaSieve",
44
45
46
47
dependencies: [
48
.package(name: "swift-java", path: "../../"),
0 commit comments