Skip to content

Commit

Permalink
Fix development dependency (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiebig authored Jun 28, 2023
1 parent 1c1acde commit 605113f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"package": "GemCommonsKit",
"repositoryURL": "https://github.com/gematik/ref-GemCommonsKit",
"state": {
"branch": "1.2.0",
"revision": "699ab9c6813c4c9c6764ee6822bb9c59d8fd23af",
"version": null
"branch": null,
"revision": "e19c2961ad48cf8897b679bde109988cf96fbb59",
"version": "1.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let package = Package(
.package(url: "http://github.com/Quick/Nimble", from: "9.2.0"),
.package(url: "https://github.com/SwiftCommon/DataKit.git", from: "1.1.0"),
.package(url: "http://github.com/Carthage/Commandant", from: "0.17.0"),
.package(name: "GemCommonsKit", url: "https://github.com/gematik/ref-GemCommonsKit", .branch("1.2.0")),
.package(name: "GemCommonsKit", url: "https://github.com/gematik/ref-GemCommonsKit", from: "1.2.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0")
],
targets: [
Expand Down

0 comments on commit 605113f

Please sign in to comment.