Skip to content

Commit

Permalink
Update to Apodini 0.9.X
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Apr 13, 2022
1 parent e8df814 commit 814e256
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -18,4 +18,4 @@ jobs:
name: Generate Docs
uses: Apodini/.github/.github/workflows/docs.yml@v1
with:
packagename: ApodiniObservePrometheus
targetname: ApodiniObservePrometheus
36 changes: 18 additions & 18 deletions Package.resolved
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/Apodini/Apodini.git",
"state": {
"branch": null,
"revision": "f3f148d171cd49f022409215f36f9b8bf6bc79c8",
"version": "0.8.0"
"revision": "c0d8d930bce0df495529b5576b521fcc7106ce36",
"version": "0.9.1"
}
},
{
Expand All @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/Apodini/ApodiniMigrator.git",
"state": {
"branch": null,
"revision": "8e9b051477718fb97ebd18cdc0f04a794b2d156b",
"version": "0.2.2"
"revision": "10671191ddd8a19a61ac6cae06060d259dbfe9ce",
"version": "0.3.0"
}
},
{
Expand Down Expand Up @@ -87,8 +87,8 @@
"repositoryURL": "https://github.com/vapor/fluent-kit.git",
"state": {
"branch": null,
"revision": "3c06388997a1ee72e97bcd752aff47d5b64722f5",
"version": "1.23.2"
"revision": "63c13b1fcc5266d35df676a8e75bbb602497f12b",
"version": "1.23.4"
}
},
{
Expand Down Expand Up @@ -159,8 +159,8 @@
"repositoryURL": "https://github.com/slashmo/opentelemetry-swift.git",
"state": {
"branch": null,
"revision": "e4f825fc2c7475553075a3c93b5ddadb5d4f5ec9",
"version": "0.1.1"
"revision": "6d3cc7c896b4dd426494ea59a5b67c9425b593cc",
"version": "0.2.0"
}
},
{
Expand Down Expand Up @@ -231,8 +231,8 @@
"repositoryURL": "https://github.com/vapor/sql-kit.git",
"state": {
"branch": null,
"revision": "9cc30f8cef132e91a07e36005612b37f918731fc",
"version": "3.16.0"
"revision": "afc74d888649f2b2a2f8cc7963be5eb179409610",
"version": "3.17.0"
}
},
{
Expand Down Expand Up @@ -321,26 +321,26 @@
"repositoryURL": "https://github.com/apple/swift-distributed-tracing.git",
"state": {
"branch": null,
"revision": "fce1f7c91ad5a733500ea1cdd7ccd7aed9130536",
"version": "0.1.4"
"revision": "7a89c904d80fd2dc7c6071806f38d5d0b2d5a1b5",
"version": "0.2.0"
}
},
{
"package": "swift-distributed-tracing-baggage",
"repositoryURL": "https://github.com/apple/swift-distributed-tracing-baggage.git",
"state": {
"branch": null,
"revision": "b68b3277985555995298426a35084b832dbc51ae",
"version": "0.1.1"
"revision": "c8457ce61adc6a3b9e6223ca147f5196f99e22cc",
"version": "0.2.3"
}
},
{
"package": "swift-distributed-tracing-baggage-core",
"repositoryURL": "https://github.com/apple/swift-distributed-tracing-baggage-core.git",
"package": "SwiftDocCPlugin",
"repositoryURL": "https://github.com/apple/swift-docc-plugin",
"state": {
"branch": null,
"revision": "9a2884a37f39e08ebd225627c400feae9c6ea8df",
"version": "0.1.1"
"revision": "3303b164430d9a7055ba484c8ead67a52f7b74f6",
"version": "1.0.0"
}
},
{
Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Expand Up @@ -20,7 +20,8 @@ let package = Package(
.library(name: "ApodiniObservePrometheus", targets: ["ApodiniObservePrometheus"])
],
dependencies: [
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.8.0")),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.9.0")),
.package(url: "https://github.com/apple/swift-metrics.git", .upToNextMinor(from: "2.2.0")),
.package(url: "https://github.com/MrLotU/SwiftPrometheus.git", from: "1.0.0-alpha")
],
Expand Down

0 comments on commit 814e256

Please sign in to comment.