Skip to content

Commit

Permalink
Use .git in Package.swift paths (#233)
Browse files Browse the repository at this point in the history
Resolves #232.
  • Loading branch information
Lukasa authored Oct 23, 2024
1 parent 2e9746c commit 11b7d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.67.0"),
.package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.27.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-http-types", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.0"),
],
targets: targets
)

0 comments on commit 11b7d82

Please sign in to comment.