Skip to content

Commit

Permalink
chore: drop support for anything older than 2.12.16 (#603)
Browse files Browse the repository at this point in the history
Following what semanticdb has done.
  • Loading branch information
ckipp01 authored Feb 23, 2024
1 parent 1d749ee commit b36efcf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ lazy val bin212 =
defaultScala212,
"2.12.18",
"2.12.17",
"2.12.16",
"2.12.15",
"2.12.14",
"2.12.13",
"2.12.12",
"2.12.11",
"2.12.10"
"2.12.16"
)
lazy val bin213 =
Seq(
Expand Down

0 comments on commit b36efcf

Please sign in to comment.