Skip to content

Commit

Permalink
fix(pathlib): bump pathlib version; fix path:touch
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 authored and vhyrro committed Mar 31, 2024
1 parent 0782ca4 commit bedbbe2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
lua-utils.nvim == 1.0.2
plenary.nvim == 0.1.4
nui.nvim == 0.3.0
pathlib.nvim ~> 2.1
pathlib.nvim ~> 2.2
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ vim.schedule(function()
"lua-utils.nvim == 1.0.2",
"plenary.nvim == 0.1.4",
"nui.nvim == 0.3.0",
"pathlib.nvim ~> 2.1",
"pathlib.nvim ~> 2.2",
})

package.loaded["neorg"] = nil
Expand Down
2 changes: 1 addition & 1 deletion neorg-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = {
-- "norgopolis-client.lua >= 0.2.0",
-- "norgopolis-server.lua >= 1.3.1",
"lua-utils.nvim",
"pathlib.nvim ~> 2.1",
"pathlib.nvim ~> 2.2",
}

source = {
Expand Down

0 comments on commit bedbbe2

Please sign in to comment.