From 47eb038cd731a8411ce043269e1350b1fa93f4a3 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <206840+lucuma-steward[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 13:28:39 +0000 Subject: [PATCH] Update cats-time to 0.4.0 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 8e9905cb85..7f3e423552 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -30,7 +30,7 @@ object Settings { val shapelessVersion = "2.3.9" val scalaParsersVersion = "1.1.2" val scalaXmlVerson = "1.2.0" - val catsTime = "0.3.4" + val catsTime = "0.4.0" val http4sVersion = "0.21.33" val squants = "1.8.3"