diff options
| author | mergify[bot] | 2022-02-02 01:13:30 +0000 |
|---|---|---|
| committer | GitHub | 2022-02-02 01:13:30 +0000 |
| commit | f5c51d7de7b5fca48106d117b9e4ac2ee488f334 (patch) | |
| tree | 504126ab654cdc55a1cdb357e475db3c24532039 /build.sbt | |
| parent | 0eba2eb109910c1e4b980ccfc7f3ae85a8d0f223 (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.sbt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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")). |
