Skip to content

Commit 8bc86f9

Browse files
committed
disable JvmPlugin in root project
1 parent aa8fa4f commit 8bc86f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
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)