Skip to content

Commit

Permalink
Update SwiftSCAD to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasf committed Oct 10, 2024
1 parent 2624676 commit d030bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/tomasf/SwiftSCAD.git",
"state" : {
"branch" : "main",
"revision" : "b975d0111d747832b62ef35a75e9b893880109f1"
"revision" : "d874d042c45046f1f87b4e27bc27ddd292fa874a",
"version" : "0.7.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.library(name: "RichText", targets: ["RichText"]),
],
dependencies: [
.package(url: "https://github.com/tomasf/SwiftSCAD.git", branch: "main"),
.package(url: "https://github.com/tomasf/SwiftSCAD.git", from: "0.7.1"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
],
targets: [
Expand Down

0 comments on commit d030bd2

Please sign in to comment.