From f852d07f17d884c1d44dcb012e0bbfda37359a26 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:42:51 -0700 Subject: [PATCH] Add Scala 2.13.15 to compiler plugin cross-build (#4410) (#4411) (cherry picked from commit 8cc8886b2999f1f104319354a9a380f8adca5905) Co-authored-by: Jack Koenig --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 04e8b453ccb..b0dcdc8074f 100644 --- a/build.sbt +++ b/build.sbt @@ -183,7 +183,8 @@ lazy val pluginScalaVersions = Seq( "2.13.11", "2.13.12", "2.13.13", - "2.13.14" + "2.13.14", + "2.13.15" ) lazy val plugin = (project in file("plugin"))