Skip to content

Commit

Permalink
GHA: One more try
Browse files Browse the repository at this point in the history
... I need to get this going locally :-)
  • Loading branch information
helje5 committed Sep 19, 2024
1 parent 495d2fd commit 9a04b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.library(name: "PostgreSQLAdaptor", targets: [ "PostgreSQLAdaptor" ])
],
dependencies: [
.package(url: "https://github.com/ZeeQL/CLibPQ.git", from: "2.0.3"),
.package(url: "https://github.com/ZeeQL/CLibPQ.git", from: "2.0.4"),
.package(url: "https://github.com/ZeeQL/ZeeQL3.git", from: "0.9.6")
],
targets: [
Expand Down

0 comments on commit 9a04b62

Please sign in to comment.