Skip to content

Commit bb706ba

Browse files
committed
Remove cross build with Scala 2.x
1 parent 8a4f41a commit bb706ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

project/Build.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ object Build {
215215
lazy val commonJavaSettings = commonSettings ++ Seq(
216216
version := dottyVersion,
217217
scalaVersion := referenceVersion,
218-
// To be removed once we stop cross-compiling with Scala 2
219-
crossScalaVersions := Seq(referenceVersion, scalacVersion),
220218
// Do not append Scala versions to the generated artifacts
221219
crossPaths := false,
222220
// Do not depend on the Scala library
@@ -234,8 +232,6 @@ object Build {
234232
lazy val commonNonBootstrappedSettings = commonDottySettings ++ Seq(
235233
version := dottyNonBootstrappedVersion,
236234
scalaVersion := referenceVersion,
237-
// To be removed once we stop cross-compiling with Scala 2
238-
crossScalaVersions := Seq(referenceVersion, scalacVersion),
239235
excludeFromIDE := true
240236
)
241237

0 commit comments

Comments
 (0)