Skip to content

Commit b72c0ca

Browse files
committed
wip
1 parent 8a24579 commit b72c0ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
22

3+
publish / skip := true // root project
4+
35
ThisBuild / startYear := Some(2002)
46
ThisBuild / licenses += (("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
57

@@ -33,7 +35,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
3335
.settings(
3436
name := "scala-xml",
3537
scalaModuleAutomaticModuleName := Some("scala.xml"),
36-
crossScalaVersions := Seq("2.13.6", "2.12.15", "2.11.12", "3.0.2"),
38+
crossScalaVersions := Seq("2.13.6", "2.12.15", "3.0.2"),
3739

3840
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
3941
case Some((3, _)) =>
@@ -126,7 +128,6 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
126128
}),
127129
)
128130
.jsSettings(
129-
crossScalaVersions := Seq("2.13.6", "2.12.15", "3.0.2"),
130131
// Scala.js cannot run forked tests
131132
Test / fork := false
132133
)

0 commit comments

Comments
 (0)