summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authormergify[bot]2022-02-02 01:13:30 +0000
committerGitHub2022-02-02 01:13:30 +0000
commitf5c51d7de7b5fca48106d117b9e4ac2ee488f334 (patch)
tree504126ab654cdc55a1cdb357e475db3c24532039 /build.sbt
parent0eba2eb109910c1e4b980ccfc7f3ae85a8d0f223 (diff)
Add Scala 2.13.8 to plugin cross-compilation (#2385) (#2386)
(cherry picked from commit 551854b223954f359156582c4219948dbb328857) Co-authored-by: Jack Koenig <koenig@sifive.com>
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index e63496a5..4fe7122f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -116,7 +116,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")).