Skip to content

Commit

Permalink
Bump opentelemetry-swift to use 1.12.1 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielDemarco authored Dec 4, 2024
1 parent 618165c commit 559dc68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/open-telemetry/opentelemetry-swift",
"state" : {
"revision" : "0dd37c4a14a6aeeb131eea40a13cb3832c7c6a97",
"version" : "1.10.1"
"revision" : "f2315d8646432c02338960e85b5fe20417ad6d8d",
"version" : "1.12.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
),
.package(
url: "https://github.com/open-telemetry/opentelemetry-swift",
exact: "1.10.1"
exact: "1.12.1"
),
.package(
url: "https://github.com/groue/GRDB.swift",
Expand Down

0 comments on commit 559dc68

Please sign in to comment.