We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4d0a69 + 8bc86f9 commit 6dd4505Copy full SHA for 6dd4505
build.sbt
@@ -5,6 +5,8 @@ inThisBuild(Seq(
5
crossScalaVersions := Seq("2.12.6", "2.13.0-M4", "2.11.12")
6
))
7
8
+disablePlugins(JvmPlugin)
9
+
10
lazy val `scala-collection-compat` = crossProject(JSPlatform, JVMPlatform)
11
.withoutSuffixFor(JVMPlatform)
12
.crossType(CrossType.Pure)
0 commit comments