Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Oct 16, 2024
1 parent 30bfc78 commit 9799d86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.7.2

Released 2024-10-16

- Bump cmake_minimum_required to 3.3 to fix skip export error
- Eliminate redundant import of AndroidJUnit4 test runner
- Fix reference to URL.documentsDirectory in README

## 0.7.1

Released 2024-08-15
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ let package = Package(
.library(name: "SkipSQLPlus", type: .dynamic, targets: ["SkipSQLPlus"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "1.0.4"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.0.0"),
.package(url: "https://source.skip.tools/skip-unit.git", from: "1.0.0"),
.package(url: "https://source.skip.tools/skip.git", from: "1.1.11"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.1.11"),
.package(url: "https://source.skip.tools/skip-unit.git", from: "1.0.1"),
.package(url: "https://source.skip.tools/skip-ffi.git", from: "1.0.0"),
.package(url: "https://source.skip.tools/skip-ltc.git", "0.0.0"..<"2.0.0"),
],
Expand Down

0 comments on commit 9799d86

Please sign in to comment.