Skip to content

Commit

Permalink
Remove 2.11 from native build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Apr 11, 2023
1 parent 20ab6f0 commit e31258d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ lazy val quicklens = (projectMatrix in file("quicklens"))
scalaVersions = List(scala212, scala213, scala3)
)
.nativePlatform(
scalaVersions = List(scala211, scala212, scala213, scala3),
scalaVersions = List(scala212, scala213, scala3),
settings = Seq(
nativeLinkStubs := true
)
Expand Down

0 comments on commit e31258d

Please sign in to comment.