From e6f372992ed689e62fdb8162e5ecc0081eee39d0 Mon Sep 17 00:00:00 2001 From: Jonathan Siegel <248302+usiegj00@users.noreply.github.com> Date: Sun, 26 May 2024 12:15:13 +0900 Subject: [PATCH] [crystal-lang] Update dependencies to remedy build failure (#18755) * Updated crystal dependencies to remedy build failure with a mutually conflicting library version. * Samples updated from running PR-suggested build. --- .../src/main/resources/crystal/shard.mustache | 4 ++-- samples/client/petstore/crystal/shard.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/crystal/shard.mustache b/modules/openapi-generator/src/main/resources/crystal/shard.mustache index 11b0128653..f194083ac7 100644 --- a/modules/openapi-generator/src/main/resources/crystal/shard.mustache +++ b/modules/openapi-generator/src/main/resources/crystal/shard.mustache @@ -8,12 +8,12 @@ crystal: ">= 0.35.1" dependencies: crest: github: mamantoha/crest - version: ~> 0.26.0 + version: ~> 1.3.13 development_dependencies: kemal: github: kemalcr/kemal - version: ~>0.27.0 + version: ~>1.5.0 ameba: github: crystal-ameba/ameba diff --git a/samples/client/petstore/crystal/shard.yml b/samples/client/petstore/crystal/shard.yml index a4c86a06e2..acb14217d1 100644 --- a/samples/client/petstore/crystal/shard.yml +++ b/samples/client/petstore/crystal/shard.yml @@ -8,12 +8,12 @@ crystal: ">= 0.35.1" dependencies: crest: github: mamantoha/crest - version: ~> 0.26.0 + version: ~> 1.3.13 development_dependencies: kemal: github: kemalcr/kemal - version: ~>0.27.0 + version: ~>1.5.0 ameba: github: crystal-ameba/ameba