From dd30a13c6296053be735e4353d3efb9f6edf9d39 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:55:38 +0000 Subject: [PATCH] Add support for Scala 2.13.12 to the compiler plugin (#3527) (#3529) (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 5347a7e927c..8f5f6154e19 100644 --- a/build.sbt +++ b/build.sbt @@ -190,7 +190,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"))