From 118816e4e13acac36817f6fe7e23b135af13bad0 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:37:18 +0000 Subject: [PATCH] Add support for Scala 2.13.12 to the compiler plugin (#3527) (#3528) (cherry picked from commit 53a86258ee67e4544e20162ad8c7fe3a0f37baef) Co-authored-by: Jack Koenig --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 68075ae96ce..be79f7f4d07 100644 --- a/build.sbt +++ b/build.sbt @@ -127,7 +127,8 @@ lazy val pluginScalaVersions = Seq( "2.13.8", "2.13.9", "2.13.10", - "2.13.11" + "2.13.11", + "2.13.12" ) lazy val plugin = (project in file("plugin")).