From fff5a0b22bd1107f9d80f7d65077cf0d4a8a9150 Mon Sep 17 00:00:00 2001 From: Lucas Satabin Date: Fri, 22 Mar 2024 18:24:58 +0100 Subject: [PATCH] Bump base and supported versions --- .github/SECURITY.md | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 0408499f..ef6daf52 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -6,9 +6,9 @@ We are currently providing security updates to the following versions: | Version | Supported | | ------- | ------------------ | +| 1.11.x | :white_check_mark: | | 1.10.x | :white_check_mark: | -| 1.9.x | :white_check_mark: | -| < 1.9 | :x: | +| < 1.10 | :x: | ## Reporting a Vulnerability diff --git a/build.sbt b/build.sbt index b06ef966..212b4674 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ val diffsonVersion = "4.5.0" val literallyVersion = "1.1.0" val weaverVersion = "0.8.4" -ThisBuild / tlBaseVersion := "1.10" +ThisBuild / tlBaseVersion := "1.11" ThisBuild / organization := "org.gnieh" ThisBuild / organizationName := "fs2-data Project"