Skip to content

Commit eb93d21

Browse files
committed
Remove unnecessary settings
1 parent 9a82a44 commit eb93d21

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.sbt

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject}
22

3-
// With CrossType.Pure, the root project also picks up the sources in `src`
4-
Compile/sources := Nil
5-
Test/sources := Nil
6-
73
lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
84
.withoutSuffixFor(JVMPlatform)
95
.crossType(CrossType.Pure)

0 commit comments

Comments
 (0)