Skip to content

Commit

Permalink
use exact 0.2.1 for json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Dec 3, 2024
1 parent 72e7e3a commit 681a4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.package(path: "../TracingUtils"),
.package(path: "../Utils"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
.package(url: "https://github.com/ajevans99/swift-json-schema.git", from: "0.2.1"),
.package(url: "https://github.com/ajevans99/swift-json-schema.git", exact: "0.2.1"),
.package(url: "https://github.com/wickwirew/Runtime.git", from: "2.2.7"),
],
targets: [
Expand Down

0 comments on commit 681a4bb

Please sign in to comment.