From cc1a31423631f82d7de712e08000c1479be4e067 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Fri, 23 Feb 2024 13:05:29 +0100 Subject: [PATCH] chore: drop support for anything older than 2.12.16 Following what semanticdb has done. --- build.sbt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build.sbt b/build.sbt index b58d443c..8fb7a804 100644 --- a/build.sbt +++ b/build.sbt @@ -11,13 +11,7 @@ lazy val bin212 = defaultScala212, "2.12.18", "2.12.17", - "2.12.16", - "2.12.15", - "2.12.14", - "2.12.13", - "2.12.12", - "2.12.11", - "2.12.10" + "2.12.16" ) lazy val bin213 = Seq(