Update sdk version
This commit is contained in:
parent
a856296339
commit
22a01e0fa6
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ birl = ">= 1.8.0 and < 2.0.0"
|
|||
dot_env = ">= 1.2.0 and < 2.0.0"
|
||||
gleam_erlang = ">= 1.0.0 and < 2.0.0"
|
||||
gleam_otp = ">= 1.0.0 and < 2.0.0"
|
||||
spacetraders_sdk = ">= 1.1.0 and < 2.0.0"
|
||||
spacetraders_sdk = ">= 1.2.0 and < 2.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
gleeunit = ">= 1.5.1 and < 2.0.0"
|
||||
|
|
|
@ -16,7 +16,7 @@ packages = [
|
|||
{ name = "gleeunit", version = "1.5.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D33B7736CF0766ED3065F64A1EBB351E72B2E8DE39BAFC8ADA0E35E92A6A934F" },
|
||||
{ name = "ranger", version = "1.4.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_yielder"], otp_app = "ranger", source = "hex", outer_checksum = "C8988E8F8CDBD3E7F4D8F2E663EF76490390899C2B2885A6432E942495B3E854" },
|
||||
{ name = "simplifile", version = "2.2.1", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "C88E0EE2D509F6D86EB55161D631657675AA7684DAB83822F7E59EB93D9A60E3" },
|
||||
{ name = "spacetraders_sdk", version = "1.1.0", build_tools = ["gleam"], requirements = ["birl", "gleam_http", "gleam_httpc", "gleam_json", "gleam_stdlib"], otp_app = "spacetraders_sdk", source = "hex", outer_checksum = "F2DD78EAE717D525B985419AA2F7EDFCADEBE5B537A550F0B2C2BFA56E0F2D7B" },
|
||||
{ name = "spacetraders_sdk", version = "1.2.0", build_tools = ["gleam"], requirements = ["birl", "gleam_http", "gleam_httpc", "gleam_json", "gleam_stdlib"], otp_app = "spacetraders_sdk", source = "hex", outer_checksum = "F014D4046FC25EBB83ADCCEBE539C511048CBA2B8A5014B6E568A6FEF7E79337" },
|
||||
]
|
||||
|
||||
[requirements]
|
||||
|
@ -29,4 +29,4 @@ gleam_json = { version = ">= 3.0.1 and < 4.0.0" }
|
|||
gleam_otp = { version = ">= 1.0.0 and < 2.0.0" }
|
||||
gleam_stdlib = { version = ">= 0.60.0 and < 1.0.0" }
|
||||
gleeunit = { version = ">= 1.5.1 and < 2.0.0" }
|
||||
spacetraders_sdk = { version = ">= 1.1.0 and < 2.0.0" }
|
||||
spacetraders_sdk = { version = ">= 1.2.0 and < 2.0.0" }
|
||||
|
|
Loading…
Reference in a new issue