Skip to content

Commit

Permalink
Release 0.8.39
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed May 7, 2024
1 parent 8e0db87 commit 35ec7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
.target(name: "SkipTest", dependencies: [.target(name: "SkipDrive", condition: .when(platforms: [.macOS]))]),
.testTarget(name: "SkipTestTests", dependencies: ["SkipTest"]),
.testTarget(name: "SkipDriveTests", dependencies: ["SkipDrive"]),
.binaryTarget(name: "skip", url: "https://source.skip.tools/skip/releases/download/0.8.38/skip.zip", checksum: "44ccbb56b3a4edf6d13da2bfeb373a8c0ea7e928b68737919ef0cc7297bea42b")
.binaryTarget(name: "skip", url: "https://source.skip.tools/skip/releases/download/0.8.39/skip.zip", checksum: "c028eede011f69346b248ae54034f237d63723484482c0ed6168a8f99e115456")
]
)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ let package = Package(
.library(name: "ModuleName", targets: ["ModuleName"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.8.38"),
.package(url: "https://source.skip.tools/skip.git", from: "0.8.39"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.0.0"),
],
targets: [
Expand Down

0 comments on commit 35ec7e6

Please sign in to comment.