From 89c70e875d9ef88e6673347e49039fbc354b5a7c Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Tue, 1 Feb 2022 15:39:00 -0800 Subject: [PATCH] Add Scala 2.13.8 to plugin cross-compilation --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a56b34b3af9..e7a441dc584 100644 --- a/build.sbt +++ b/build.sbt @@ -110,7 +110,8 @@ lazy val pluginScalaVersions = Seq( "2.13.4", "2.13.5", "2.13.6", - "2.13.7" + "2.13.7", + "2.13.8" ) lazy val plugin = (project in file("plugin"))