From 1576b62cc8ade9c53dd0c2d35bb24dabd68a397c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 21 May 2022 18:41:12 +0200 Subject: [PATCH 1/5] Update cats-time to 0.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9a695646..de74ab59 100644 --- a/build.sbt +++ b/build.sbt @@ -197,7 +197,7 @@ lazy val pitgull = "is.cir" %% "ciris" % "2.3.2", "io.circe" %% "circe-generic-extras" % "0.14.0", "io.scalaland" %% "chimney" % "0.6.1", - "io.chrisdavenport" %% "cats-time" % "0.4.0", + "org.typelevel" %% "cats-time" % "0.5.0", "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" From 83baaf542a28dce8e9d54454f29fe9c7cbb09f03 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 21 May 2022 21:38:22 +0200 Subject: [PATCH 2/5] Revert commit(s) 1576b62 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de74ab59..9a695646 100644 --- a/build.sbt +++ b/build.sbt @@ -197,7 +197,7 @@ lazy val pitgull = "is.cir" %% "ciris" % "2.3.2", "io.circe" %% "circe-generic-extras" % "0.14.0", "io.scalaland" %% "chimney" % "0.6.1", - "org.typelevel" %% "cats-time" % "0.5.0", + "io.chrisdavenport" %% "cats-time" % "0.4.0", "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" From 1e8017af24eb2cc106b85e10177a022a73f92417 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 21 May 2022 21:38:27 +0200 Subject: [PATCH 3/5] Update cats-time to 0.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7b91faa0..e9d65943 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.2", - "io.chrisdavenport" %% "cats-time" % "0.4.0", + "org.typelevel" %% "cats-time" % "0.5.0", "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", From e4f093afcb287ff4617637794f8ad2a3af22b9a1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 17 Jul 2022 16:11:08 +0000 Subject: [PATCH 4/5] Revert commit(s) 1e8017a --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e9d65943..7b91faa0 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.2", - "org.typelevel" %% "cats-time" % "0.5.0", + "io.chrisdavenport" %% "cats-time" % "0.4.0", "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", From 4314fc6dd5f00cebb689e494409f1f2a59971294 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 17 Jul 2022 16:11:12 +0000 Subject: [PATCH 5/5] Update cats-time to 0.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e8a849bf..53807346 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.0", "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",