Skip to content

Commit

Permalink
Update scalameta, semanticdb-scalac, ... to 4.8.11 (#430)
Browse files Browse the repository at this point in the history
* Update scalameta, semanticdb-scalac, ... to 4.8.11

* Drop apparently now unsupported Scala versions

No org.scalameta:::semanticdb-scalac-core for those

---------

Co-authored-by: Alexandre Archambault <[email protected]>
Co-authored-by: Alexandre Archambault <[email protected]>
  • Loading branch information
3 people committed Oct 16, 2023
1 parent 160871b commit 4a0e85f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,19 @@ import sbtcrossproject.{crossProject, CrossType}

lazy val Version = new {
val scala213Versions = Seq(
"2.13.3",
"2.13.4",
"2.13.5",
"2.13.6",
"2.13.7",
"2.13.8",
"2.13.9",
"2.13.10",
"2.13.11"
)
val scala212Versions = Seq(
"2.12.10",
"2.12.11",
"2.12.12",
"2.12.13",
"2.12.14",
"2.12.15",
"2.12.16",
"2.12.17",
"2.12.18"
)
def scala213 = scala213Versions.last
def scala212 = scala212Versions.last
def scalameta = "4.8.0"
def scalameta = "4.8.11"
}

inThisBuild(
Expand Down

0 comments on commit 4a0e85f

Please sign in to comment.