Skip to content

Commit

Permalink
Fix file tree, update json-logic dependency (#51)
Browse files Browse the repository at this point in the history
* fixed Resources folder (moved to exec dir)

* update package file
  • Loading branch information
ihorkhomyak authored May 5, 2022
1 parent c1b1760 commit 01de90f
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -17,7 +17,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(name: "jsonlogic", url: "https://github.com/eu-digital-green-certificates/json-logic-swift.git", from: "1.1.8"),
.package(name: "jsonlogic", url: "https://github.com/eu-digital-green-certificates/json-logic-swift.git", from: "1.1.9"),
.package(name: "SwiftyJSON", url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.0")
],
targets: [
Expand Down
File renamed without changes.

0 comments on commit 01de90f

Please sign in to comment.