Skip to content

Commit

Permalink
Update VCore
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakhtang Kontridze committed May 6, 2023
1 parent cae9277 commit 0d3476c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/VakhoKontridze/VCore",
"state" : {
"branch" : "dev",
"revision" : "976dc85eba417126ddafd70e900aee2d7e3e06af"
"revision" : "976dc85eba417126ddafd70e900aee2d7e3e06af",
"version" : "4.9.2"
}
}
],
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ let package: Package = .init(
],

dependencies: [
//.package(url: "https://github.com/VakhoKontridze/VCore", "4.9.2"..<"5.0.0")
.package(url: "https://github.com/VakhoKontridze/VCore", branch: "dev")
.package(url: "https://github.com/VakhoKontridze/VCore", "4.9.2"..<"5.0.0")
],

targets: [
Expand Down

0 comments on commit 0d3476c

Please sign in to comment.