From e05dbba81acbd29db6e64eae2bb2e3544baeca7a Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:11:03 +0000 Subject: [PATCH] Update crystal to 0.45.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7187c17ba..183ecdaf9 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val Versions = new { val catsRetry = "3.1.3" val catsTime = "0.5.1" val circe = "0.14.10" - val crystal = "0.45.2" + val crystal = "0.45.3" val fs2Dom = "0.3.0-M1" val kittens = "3.4.0" val http4s = "0.23.28"