From 01cd81e22cd2b560b7782c6a99637eaaf20669ba Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Nov 2022 19:37:29 +0000 Subject: [PATCH] Update cats-time to 0.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..c45e8644 100644 --- a/build.sbt +++ b/build.sbt @@ -190,7 +190,7 @@ lazy val pitgull = "org.http4s" %% "http4s-blaze-server" % "0.23.11", "org.http4s" %% "http4s-blaze-client" % "0.23.11", "is.cir" %% "ciris" % "2.3.3", - "io.chrisdavenport" %% "cats-time" % "0.4.0", + "org.typelevel" %% "cats-time" % "0.5.1", "com.github.valskalla" %% "odin-core" % "0.13.0", "com.github.valskalla" %% "odin-slf4j" % "0.13.0", "io.github.vigoo" %% "prox-fs2-3" % "0.7.7",