Skip to content

Commit

Permalink
Use gradle version catalogs for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Feb 5, 2024
1 parent e0cfc1e commit 21cff08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.0

Released 2024-02-05


## 0.4.3

Released 2023-12-22
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ let package = Package(
.library(name: "SkipSQL", targets: ["SkipSQL"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.7.36"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.3.11"),
.package(url: "https://source.skip.tools/skip-ffi.git", from: "0.2.2"),
.package(url: "https://source.skip.tools/skip.git", from: "0.8.0"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.5.0"),
.package(url: "https://source.skip.tools/skip-ffi.git", from: "0.3.0"),
],
targets: [
.target(name: "SkipSQL", dependencies: [
Expand Down

0 comments on commit 21cff08

Please sign in to comment.