Skip to content

Commit 6dd4505

Browse files
authored
Merge pull request #41 from xuwei-k/disable-root
disable JvmPlugin in root project
2 parents f4d0a69 + 8bc86f9 commit 6dd4505

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ inThisBuild(Seq(
55
crossScalaVersions := Seq("2.12.6", "2.13.0-M4", "2.11.12")
66
))
77

8+
disablePlugins(JvmPlugin)
9+
810
lazy val `scala-collection-compat` = crossProject(JSPlatform, JVMPlatform)
911
.withoutSuffixFor(JVMPlatform)
1012
.crossType(CrossType.Pure)

0 commit comments

Comments
 (0)