From 532cc099b566f68f4838f083497d33a9cddbdeb6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:55:53 +0100 Subject: [PATCH 1/4] Update sbt-buildinfo to 0.13.1 (#381) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 46fe11e..6c76a69 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") From e564820e882a1d92fac673bd8659a79d965f792a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:59:33 +0100 Subject: [PATCH 2/4] Update sbt-ci-release to 1.9.0 (#382) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6c76a69..535942e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17" addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") From b6ec854c5e245e2ae891ff403a8cacc678bd6ed4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 9 Nov 2024 23:03:20 +0100 Subject: [PATCH 3/4] Update undertow-core to 2.3.18.Final (#384) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2bc9d83..37bc57b 100644 --- a/build.sbt +++ b/build.sbt @@ -132,7 +132,7 @@ lazy val e2e = projectMatrix libraryDependencies ++= Seq( "com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1", "org.typelevel" %% "cats-core" % "2.12.0", - "io.undertow" % "undertow-core" % "2.3.17.Final", + "io.undertow" % "undertow-core" % "2.3.18.Final", "eu.timepit" %% "refined" % "0.11.2", "io.envoyproxy.protoc-gen-validate" % "pgv-java-stub" % pgvVersion % "protobuf" ), From 489f3f82240e4c2b6b637e736faa819f758dec31 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 9 Nov 2024 23:06:41 +0100 Subject: [PATCH 4/4] Update sbt-scalajs to 1.17.0 (#385) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 535942e..529f989 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")