Skip to content

Commit

Permalink
[7_3] Upgrade lolly to v1.2.19 to fix roman_nr on big number
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Nov 7, 2023
1 parent c16f988 commit 90999e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake/packages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-- [ ] portage powered
-- ...

local LOLLY_VERSION = "1.2.18"
local LOLLY_VERSION = "1.2.19"
local TBOX_VERSION = "dev"
local CPR_VERSION = "1.10.5"
local CURL_VERSION = "8.4.0"
Expand All @@ -38,7 +38,7 @@ package("lolly")
add_deps("cpr")
end

add_versions("v" .. LOLLY_VERSION, "cb478dd6abc8e2b82da31736c9f3d0a2c7d56a42")
add_versions("v" .. LOLLY_VERSION, "6201b1745e529cf8189b34588a75b36fd8070830")

on_install("linux", "macosx", "mingw", "wasm", "windows", function (package)
local configs = {}
Expand Down

0 comments on commit 90999e3

Please sign in to comment.