From 7cd6a034b5863609a8c97a3f0773e0219723539d Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:29:03 +0000 Subject: [PATCH 01/21] Update sbt-projectmatrix to 0.9.1 --- project/plugins.sbt | 2 +- project/project/plugins.sbt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 73790f3c0..fd9baca8e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.10.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") -addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0") +addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % SbtShared.ScalaJSVersions.current) addSbtPlugin("org.olegych" %% "sbt-cached-ci" % "1.0.4") diff --git a/project/project/plugins.sbt b/project/project/plugins.sbt index 35c95c38e..c7387880a 100644 --- a/project/project/plugins.sbt +++ b/project/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") From 94e300508410f244b6b86a6d88c3a24c5f815633 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:29:08 +0000 Subject: [PATCH 02/21] Update sentry-logback to 6.27.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9056a9eea..241963885 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val loggingAndTest = Seq( libraryDependencies ++= Seq( "ch.qos.logback" % "logback-classic" % "1.4.7", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "io.sentry" % "sentry-logback" % "6.22.0" + "io.sentry" % "sentry-logback" % "6.27.0" ) ) ++ testSettings From fe20173fc1c0deaa1d4f56ca668b0195f20ecb9e Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:29:14 +0000 Subject: [PATCH 03/21] Update http4s-circe to 0.23.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 241963885..d638115d7 100644 --- a/build.sbt +++ b/build.sbt @@ -128,7 +128,7 @@ lazy val metalsRunner = project "org.http4s" %% "http4s-ember-server" % "0.23.19", "org.http4s" %% "http4s-ember-client" % "0.23.19", "org.http4s" %% "http4s-dsl" % "0.23.19", - "org.http4s" %% "http4s-circe" % "0.23.19", + "org.http4s" %% "http4s-circe" % "0.23.23", "io.circe" %% "circe-generic" % "0.14.5", "com.evolutiongaming" %% "scache" % "4.2.3", "org.scalameta" %% "munit" % "0.7.29" % Test, From 299a16009e629153c4292c128d39c08a4ff013d5 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:29:19 +0000 Subject: [PATCH 04/21] Update http4s-dsl to 0.23.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d638115d7..cf3d5125d 100644 --- a/build.sbt +++ b/build.sbt @@ -127,7 +127,7 @@ lazy val metalsRunner = project "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.0", "org.http4s" %% "http4s-ember-server" % "0.23.19", "org.http4s" %% "http4s-ember-client" % "0.23.19", - "org.http4s" %% "http4s-dsl" % "0.23.19", + "org.http4s" %% "http4s-dsl" % "0.23.23", "org.http4s" %% "http4s-circe" % "0.23.23", "io.circe" %% "circe-generic" % "0.14.5", "com.evolutiongaming" %% "scache" % "4.2.3", From b24fe8624b3d057595f453e83788b5e1e59a9420 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:29:25 +0000 Subject: [PATCH 05/21] Update http4s-ember-client to 0.23.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cf3d5125d..30704cc8a 100644 --- a/build.sbt +++ b/build.sbt @@ -126,7 +126,7 @@ lazy val metalsRunner = project "org.scalameta" % "metals" % "0.11.12" cross (CrossVersion.for3Use2_13), "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.0", "org.http4s" %% "http4s-ember-server" % "0.23.19", - "org.http4s" %% "http4s-ember-client" % "0.23.19", + "org.http4s" %% "http4s-ember-client" % "0.23.23", "org.http4s" %% "http4s-dsl" % "0.23.23", "org.http4s" %% "http4s-circe" % "0.23.23", "io.circe" %% "circe-generic" % "0.14.5", From 298f4f39f335322dbceb3b80594b9485163278be Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:29:30 +0000 Subject: [PATCH 06/21] Update http4s-ember-server to 0.23.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 30704cc8a..05b7b6f05 100644 --- a/build.sbt +++ b/build.sbt @@ -125,7 +125,7 @@ lazy val metalsRunner = project libraryDependencies ++= Seq( "org.scalameta" % "metals" % "0.11.12" cross (CrossVersion.for3Use2_13), "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.0", - "org.http4s" %% "http4s-ember-server" % "0.23.19", + "org.http4s" %% "http4s-ember-server" % "0.23.23", "org.http4s" %% "http4s-ember-client" % "0.23.23", "org.http4s" %% "http4s-dsl" % "0.23.23", "org.http4s" %% "http4s-circe" % "0.23.23", From 86fc221546c32510a77ec5359cc2c0304f00e61c Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:29:36 +0000 Subject: [PATCH 07/21] Update mongo-scala-driver to 4.10.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 05b7b6f05..79fcdcbb6 100644 --- a/build.sbt +++ b/build.sbt @@ -226,7 +226,7 @@ lazy val storage = project .settings( scalacOptions += "-Ywarn-unused", libraryDependencies ++= Seq( - "org.mongodb.scala" %% "mongo-scala-driver" % "4.9.1", + "org.mongodb.scala" %% "mongo-scala-driver" % "4.10.2", "net.lingala.zip4j" % "zip4j" % "2.11.5" ) ) From afaa197a2fd752bbfef862d527937e8b78671ef7 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:29:41 +0000 Subject: [PATCH 08/21] Update metals to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 79fcdcbb6..3a32fc601 100644 --- a/build.sbt +++ b/build.sbt @@ -123,7 +123,7 @@ lazy val metalsRunner = project maintainer := "scalacenter", scalaVersion := ScalaVersions.stable3, libraryDependencies ++= Seq( - "org.scalameta" % "metals" % "0.11.12" cross (CrossVersion.for3Use2_13), + "org.scalameta" % "metals" % "1.0.0" cross (CrossVersion.for3Use2_13), "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.0", "org.http4s" %% "http4s-ember-server" % "0.23.23", "org.http4s" %% "http4s-ember-client" % "0.23.23", From 8d29d8729782c23ff5d7ae41c00ba38330f5fe73 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:29:47 +0000 Subject: [PATCH 09/21] Update scalameta to 4.8.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3a32fc601..a5d9a7685 100644 --- a/build.sbt +++ b/build.sbt @@ -277,7 +277,7 @@ lazy val instrumentation = project .settings(loggingAndTest) .settings( libraryDependencies ++= Seq( - "org.scalameta" %% "scalameta" % "4.7.8", + "org.scalameta" %% "scalameta" % "4.8.6", "com.googlecode.java-diff-utils" % "diffutils" % "1.3.0" % Test ) ) From f7e62a162e983937a1feb4e50a13756a0a9b18d3 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:26:55 +0000 Subject: [PATCH 10/21] Revert commit(s) 8d29d872, afaa197a, 86fc2215, 298f4f39, b24fe862, 299a1600, fe20173f, 94e30050, 7cd6a034 --- build.sbt | 16 ++++++++-------- project/plugins.sbt | 2 +- project/project/plugins.sbt | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build.sbt b/build.sbt index a5d9a7685..9056a9eea 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val loggingAndTest = Seq( libraryDependencies ++= Seq( "ch.qos.logback" % "logback-classic" % "1.4.7", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "io.sentry" % "sentry-logback" % "6.27.0" + "io.sentry" % "sentry-logback" % "6.22.0" ) ) ++ testSettings @@ -123,12 +123,12 @@ lazy val metalsRunner = project maintainer := "scalacenter", scalaVersion := ScalaVersions.stable3, libraryDependencies ++= Seq( - "org.scalameta" % "metals" % "1.0.0" cross (CrossVersion.for3Use2_13), + "org.scalameta" % "metals" % "0.11.12" cross (CrossVersion.for3Use2_13), "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.0", - "org.http4s" %% "http4s-ember-server" % "0.23.23", - "org.http4s" %% "http4s-ember-client" % "0.23.23", - "org.http4s" %% "http4s-dsl" % "0.23.23", - "org.http4s" %% "http4s-circe" % "0.23.23", + "org.http4s" %% "http4s-ember-server" % "0.23.19", + "org.http4s" %% "http4s-ember-client" % "0.23.19", + "org.http4s" %% "http4s-dsl" % "0.23.19", + "org.http4s" %% "http4s-circe" % "0.23.19", "io.circe" %% "circe-generic" % "0.14.5", "com.evolutiongaming" %% "scache" % "4.2.3", "org.scalameta" %% "munit" % "0.7.29" % Test, @@ -226,7 +226,7 @@ lazy val storage = project .settings( scalacOptions += "-Ywarn-unused", libraryDependencies ++= Seq( - "org.mongodb.scala" %% "mongo-scala-driver" % "4.10.2", + "org.mongodb.scala" %% "mongo-scala-driver" % "4.9.1", "net.lingala.zip4j" % "zip4j" % "2.11.5" ) ) @@ -277,7 +277,7 @@ lazy val instrumentation = project .settings(loggingAndTest) .settings( libraryDependencies ++= Seq( - "org.scalameta" %% "scalameta" % "4.8.6", + "org.scalameta" %% "scalameta" % "4.7.8", "com.googlecode.java-diff-utils" % "diffutils" % "1.3.0" % Test ) ) diff --git a/project/plugins.sbt b/project/plugins.sbt index fd9baca8e..73790f3c0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.10.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") -addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") +addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % SbtShared.ScalaJSVersions.current) addSbtPlugin("org.olegych" %% "sbt-cached-ci" % "1.0.4") diff --git a/project/project/plugins.sbt b/project/project/plugins.sbt index c7387880a..35c95c38e 100644 --- a/project/project/plugins.sbt +++ b/project/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") From da9e1a9fa5365ba986860d1f007d9fbb3eaa8388 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:27:01 +0000 Subject: [PATCH 11/21] Update sbt-projectmatrix to 0.9.1 --- project/plugins.sbt | 2 +- project/project/plugins.sbt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 73790f3c0..fd9baca8e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.10.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") -addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0") +addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % SbtShared.ScalaJSVersions.current) addSbtPlugin("org.olegych" %% "sbt-cached-ci" % "1.0.4") diff --git a/project/project/plugins.sbt b/project/project/plugins.sbt index 35c95c38e..c7387880a 100644 --- a/project/project/plugins.sbt +++ b/project/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") From 30574b5d0e9eeb48763cbf726eebdc90db9587d9 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:27:08 +0000 Subject: [PATCH 12/21] Update akka-http-session:core to 0.7.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fe2195017..ed1d55bed 100644 --- a/build.sbt +++ b/build.sbt @@ -200,7 +200,7 @@ lazy val server = project libraryDependencies ++= Seq( "org.apache.commons" % "commons-text" % "1.10.0", "com.typesafe.akka" %% "akka-http" % akkaHttpVersion, - "com.softwaremill.akka-http-session" %% "core" % "0.7.0", + "com.softwaremill.akka-http-session" %% "core" % "0.7.1", "ch.megard" %% "akka-http-cors" % "1.2.0", akka("cluster"), akka("slf4j"), From e89d7ef9213dffe20c647a58004f5cfc24897a53 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:27:16 +0000 Subject: [PATCH 13/21] Update circe-generic to 0.14.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ed1d55bed..b1342f491 100644 --- a/build.sbt +++ b/build.sbt @@ -129,7 +129,7 @@ lazy val metalsRunner = project "org.http4s" %% "http4s-ember-client" % "0.23.19", "org.http4s" %% "http4s-dsl" % "0.23.19", "org.http4s" %% "http4s-circe" % "0.23.19", - "io.circe" %% "circe-generic" % "0.14.5", + "io.circe" %% "circe-generic" % "0.14.6", "com.evolutiongaming" %% "scache" % "4.2.3", "org.scalameta" %% "munit" % "0.7.29" % Test, "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test From 2fcd9ee9cca6f4d65f26bfc0b0f889624f502029 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:27:23 +0000 Subject: [PATCH 14/21] Update sentry-logback to 6.29.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b1342f491..f3af513c1 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val loggingAndTest = Seq( libraryDependencies ++= Seq( "ch.qos.logback" % "logback-classic" % "1.4.7", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "io.sentry" % "sentry-logback" % "6.22.0" + "io.sentry" % "sentry-logback" % "6.29.0" ) ) ++ testSettings From 2c564c3a44f7b1f92abea286d817fb6beeeb36cc Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:27:30 +0000 Subject: [PATCH 15/21] Update org.eclipse.lsp4j to 0.21.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f3af513c1..b204d14be 100644 --- a/build.sbt +++ b/build.sbt @@ -124,7 +124,7 @@ lazy val metalsRunner = project scalaVersion := ScalaVersions.stable3, libraryDependencies ++= Seq( "org.scalameta" % "metals" % "1.0.1" cross (CrossVersion.for3Use2_13), - "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.0", + "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.1", "org.http4s" %% "http4s-ember-server" % "0.23.19", "org.http4s" %% "http4s-ember-client" % "0.23.19", "org.http4s" %% "http4s-dsl" % "0.23.19", From 5a0f6869a9d34c9909d105e7f98454f7119ffc4d Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:27:37 +0000 Subject: [PATCH 16/21] Update http4s-circe to 0.23.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b204d14be..bbb232da8 100644 --- a/build.sbt +++ b/build.sbt @@ -128,7 +128,7 @@ lazy val metalsRunner = project "org.http4s" %% "http4s-ember-server" % "0.23.19", "org.http4s" %% "http4s-ember-client" % "0.23.19", "org.http4s" %% "http4s-dsl" % "0.23.19", - "org.http4s" %% "http4s-circe" % "0.23.19", + "org.http4s" %% "http4s-circe" % "0.23.23", "io.circe" %% "circe-generic" % "0.14.6", "com.evolutiongaming" %% "scache" % "4.2.3", "org.scalameta" %% "munit" % "0.7.29" % Test, From d1defdd40ad1fc92f303ea056aa713ab875aaa0c Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:27:44 +0000 Subject: [PATCH 17/21] Update http4s-dsl to 0.23.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bbb232da8..634388716 100644 --- a/build.sbt +++ b/build.sbt @@ -127,7 +127,7 @@ lazy val metalsRunner = project "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.1", "org.http4s" %% "http4s-ember-server" % "0.23.19", "org.http4s" %% "http4s-ember-client" % "0.23.19", - "org.http4s" %% "http4s-dsl" % "0.23.19", + "org.http4s" %% "http4s-dsl" % "0.23.23", "org.http4s" %% "http4s-circe" % "0.23.23", "io.circe" %% "circe-generic" % "0.14.6", "com.evolutiongaming" %% "scache" % "4.2.3", From 9d3852440c0b3e1b417d19dac2d3f30ed855c0b4 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:27:51 +0000 Subject: [PATCH 18/21] Update http4s-ember-client to 0.23.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 634388716..7f394095b 100644 --- a/build.sbt +++ b/build.sbt @@ -126,7 +126,7 @@ lazy val metalsRunner = project "org.scalameta" % "metals" % "1.0.1" cross (CrossVersion.for3Use2_13), "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.1", "org.http4s" %% "http4s-ember-server" % "0.23.19", - "org.http4s" %% "http4s-ember-client" % "0.23.19", + "org.http4s" %% "http4s-ember-client" % "0.23.23", "org.http4s" %% "http4s-dsl" % "0.23.23", "org.http4s" %% "http4s-circe" % "0.23.23", "io.circe" %% "circe-generic" % "0.14.6", From 9f8f4a3519c256090537dd4fd6e286235b44124b Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:27:58 +0000 Subject: [PATCH 19/21] Update http4s-ember-server to 0.23.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7f394095b..0df7e1bf2 100644 --- a/build.sbt +++ b/build.sbt @@ -125,7 +125,7 @@ lazy val metalsRunner = project libraryDependencies ++= Seq( "org.scalameta" % "metals" % "1.0.1" cross (CrossVersion.for3Use2_13), "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.1", - "org.http4s" %% "http4s-ember-server" % "0.23.19", + "org.http4s" %% "http4s-ember-server" % "0.23.23", "org.http4s" %% "http4s-ember-client" % "0.23.23", "org.http4s" %% "http4s-dsl" % "0.23.23", "org.http4s" %% "http4s-circe" % "0.23.23", From a2fde633fcf09d455e775b6d90ff1c58d5079967 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:28:05 +0000 Subject: [PATCH 20/21] Update mongo-scala-driver to 4.10.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0df7e1bf2..94b7702ff 100644 --- a/build.sbt +++ b/build.sbt @@ -226,7 +226,7 @@ lazy val storage = project .settings( scalacOptions += "-Ywarn-unused", libraryDependencies ++= Seq( - "org.mongodb.scala" %% "mongo-scala-driver" % "4.9.1", + "org.mongodb.scala" %% "mongo-scala-driver" % "4.10.2", "net.lingala.zip4j" % "zip4j" % "2.11.5" ) ) From e1b1ec2709e34f5790f5937ce590a6a80e15c2f1 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:28:13 +0000 Subject: [PATCH 21/21] Update sbt-docker to 1.11.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fd9baca8e..4bb39897a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") -addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.10.0") +addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.11.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % SbtShared.ScalaJSVersions.current)