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",