From abcb4d018dc1ab8914f4f83f2a563280cf083a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Fri, 17 Jul 2026 11:20:57 +0200 Subject: [PATCH 1/2] chore(prometheus-buildpack): release of Prometheus 3.5.5 --- .../buildpacks/_posts/2026-07-17-prometheus-3.5.5.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/changelog/buildpacks/_posts/2026-07-17-prometheus-3.5.5.md diff --git a/src/changelog/buildpacks/_posts/2026-07-17-prometheus-3.5.5.md b/src/changelog/buildpacks/_posts/2026-07-17-prometheus-3.5.5.md new file mode 100644 index 000000000..0ad5e7290 --- /dev/null +++ b/src/changelog/buildpacks/_posts/2026-07-17-prometheus-3.5.5.md @@ -0,0 +1,9 @@ +--- +modified_at: 2026-07-17 12:00:00 +title: 'Prometheus - Prometheus 3.5.5 (LTS) is now available' +github: 'https://github.com/Scalingo/prometheus-buildpack' +--- + +Prometheus `3.5.5` (LTS) is now available. + +[Changelog](https://github.com/prometheus/prometheus/releases/tag/v3.5.5) From 6fd8da715755af2e2c64e18b25db4495fbf4e7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Fri, 17 Jul 2026 11:27:24 +0200 Subject: [PATCH 2/2] chore(scala-buildpack): sbt 2.x availability --- src/_posts/languages/scala/2000-01-01-start.md | 3 +-- .../buildpacks/_posts/2026-07-17-scala-sbt-2.x.md | 9 +++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 src/changelog/buildpacks/_posts/2026-07-17-scala-sbt-2.x.md diff --git a/src/_posts/languages/scala/2000-01-01-start.md b/src/_posts/languages/scala/2000-01-01-start.md index db57b0b0d..55d7771b1 100644 --- a/src/_posts/languages/scala/2000-01-01-start.md +++ b/src/_posts/languages/scala/2000-01-01-start.md @@ -1,14 +1,13 @@ --- title: Scala nav: Introduction -modified_at: 2021-09-16 00:00:00 +modified_at: 2026-07-17 00:00:00 tags: scala index: 1 --- Scala is officially supported on Scalingo. -It uses [sbt](https://github.com/sbt/sbt) 0.11.0+. ## Usage diff --git a/src/changelog/buildpacks/_posts/2026-07-17-scala-sbt-2.x.md b/src/changelog/buildpacks/_posts/2026-07-17-scala-sbt-2.x.md new file mode 100644 index 000000000..e18f69fd0 --- /dev/null +++ b/src/changelog/buildpacks/_posts/2026-07-17-scala-sbt-2.x.md @@ -0,0 +1,9 @@ +--- +modified_at: 2026-07-17 12:00:00 +title: 'Scala - sbt 2.x is now available' +github.com: 'https://github.com/Scalingo/scala-buildpack' +--- + +sbt `2.x` is now available. + +[Changelog](https://github.com/sbt/sbt#sbt-2x)