File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -215,8 +215,6 @@ object Build {
215
215
lazy val commonJavaSettings = commonSettings ++ Seq (
216
216
version := dottyVersion,
217
217
scalaVersion := referenceVersion,
218
- // To be removed once we stop cross-compiling with Scala 2
219
- crossScalaVersions := Seq (referenceVersion, scalacVersion),
220
218
// Do not append Scala versions to the generated artifacts
221
219
crossPaths := false ,
222
220
// Do not depend on the Scala library
@@ -234,8 +232,6 @@ object Build {
234
232
lazy val commonNonBootstrappedSettings = commonDottySettings ++ Seq (
235
233
version := dottyNonBootstrappedVersion,
236
234
scalaVersion := referenceVersion,
237
- // To be removed once we stop cross-compiling with Scala 2
238
- crossScalaVersions := Seq (referenceVersion, scalacVersion),
239
235
excludeFromIDE := true
240
236
)
241
237
You can’t perform that action at this time.
0 commit comments