Skip to content

Commit

Permalink
chore: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danthorpe committed Apr 14, 2024
1 parent 4c1d511 commit 4a34ad0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ test-all:
swift test

docs-all:
$(MAKE) docs output=$(output) tag=$(tag) basepath=$(basepath) target=Cache
$(MAKE) docs output=$(output) tag=$(tag) basepath=$(basepath) target=Protected
$(MAKE) docs output=$(output) tag=$(tag) basepath=$(basepath) target=ShortID
$(MAKE) output=$(output) tag=$(tag) basepath=$(basepath) target=Cache docs
$(MAKE) output=$(output) tag=$(tag) basepath=$(basepath) target=Protected docs
$(MAKE) output=$(output) tag=$(tag) basepath=$(basepath) target=ShortID docs

docs:
mkdir -p $(output)/$(tag)/$(target)
Expand Down
13 changes: 11 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-dependencies",
"state" : {
"revision" : "4e1eb6e28afe723286d8cc60611237ffbddba7c5",
"version" : "1.0.0"
"revision" : "d3a5af3038a09add4d7682f66555d6212058a3c0",
"version" : "1.2.2"
}
},
{
Expand All @@ -81,6 +81,15 @@
"version" : "1.0.0"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax",
"state" : {
"revision" : "fa8f95c2d536d6620cc2f504ebe8a6167c9fc2dd",
"version" : "510.0.1"
}
},
{
"identity" : "xctest-dynamic-overlay",
"kind" : "remoteSourceControl",
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ package.dependencies = [
.package(url: "https://github.com/apple/swift-collections", from: "1.0.2"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.2.0"),
.package(url: "http://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.1.2"),
]

Expand Down

0 comments on commit 4a34ad0

Please sign in to comment.