summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamyar Mohajerani2021-11-01 18:32:31 -0400
committerGitHub2021-11-01 22:32:31 +0000
commit4641c214aca193a1e534de7880555f5c1e053203 (patch)
tree20ccd8a4769d73a0916a1813df15557c9de4aa2c
parent0c43dadf60c1485be348115c20690990f0fea940 (diff)
Add scala 2.13.7 to plugin build list (#2228)
It can be set as default 2.13 build version later.
-rw-r--r--build.sbt3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 9794cc22..49c44c09 100644
--- a/build.sbt
+++ b/build.sbt
@@ -113,7 +113,8 @@ lazy val pluginScalaVersions = Seq(
"2.13.3",
"2.13.4",
"2.13.5",
- "2.13.6"
+ "2.13.6",
+ "2.13.7"
)
lazy val plugin = (project in file("plugin")).