From b7570f3cc8f51b20bb36ccc2e9cc01f7ed64d057 Mon Sep 17 00:00:00 2001 From: broadbot Date: Tue, 14 Nov 2023 12:04:24 +0000 Subject: [PATCH 1/3] Update circe-yaml from 0.15.1 to 1.15.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f230465debf..c0facff9a23 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -129,7 +129,7 @@ object Dependencies { val sealerate: ModuleID = "ca.mrvisser" %% "sealerate" % "0.0.6" val googleCloudNio: ModuleID = "com.google.cloud" % "google-cloud-nio" % "0.127.7" % Test // brought in for FakeStorageInterpreter - val circeYaml = "io.circe" %% "circe-yaml" % "0.15.1" + val circeYaml = "io.circe" %% "circe-yaml" % "1.15.0" val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % http4sVersion val http4sPrometheus = "org.http4s" %% "http4s-prometheus-metrics" % http4sVersion val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sVersion From ba0cab555cbc20e055a1799ca4a0dfd4a061cdf7 Mon Sep 17 00:00:00 2001 From: broadbot Date: Wed, 15 Nov 2023 12:03:58 +0000 Subject: [PATCH 2/3] Revert commit(s) b7570f3cc --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c0facff9a23..f230465debf 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -129,7 +129,7 @@ object Dependencies { val sealerate: ModuleID = "ca.mrvisser" %% "sealerate" % "0.0.6" val googleCloudNio: ModuleID = "com.google.cloud" % "google-cloud-nio" % "0.127.7" % Test // brought in for FakeStorageInterpreter - val circeYaml = "io.circe" %% "circe-yaml" % "1.15.0" + val circeYaml = "io.circe" %% "circe-yaml" % "0.15.1" val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % http4sVersion val http4sPrometheus = "org.http4s" %% "http4s-prometheus-metrics" % http4sVersion val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sVersion From 15f43cd3074508a785e776d90858d683d15a071e Mon Sep 17 00:00:00 2001 From: broadbot Date: Wed, 15 Nov 2023 12:04:03 +0000 Subject: [PATCH 3/3] Update circe-yaml from 0.15.1 to 1.15.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f230465debf..c0facff9a23 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -129,7 +129,7 @@ object Dependencies { val sealerate: ModuleID = "ca.mrvisser" %% "sealerate" % "0.0.6" val googleCloudNio: ModuleID = "com.google.cloud" % "google-cloud-nio" % "0.127.7" % Test // brought in for FakeStorageInterpreter - val circeYaml = "io.circe" %% "circe-yaml" % "0.15.1" + val circeYaml = "io.circe" %% "circe-yaml" % "1.15.0" val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % http4sVersion val http4sPrometheus = "org.http4s" %% "http4s-prometheus-metrics" % http4sVersion val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sVersion